ref: 0bce97703c17318b13b95d78ba41f40efb06aea7
dir: /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/robots.txt/
User-agent: *
# robotstxt.org - if ENV production variable is false robots will be disallowed.
{{ if eq (getenv "HUGO_ENV") "production" }}
Disallow: admin/
Disallow:
{{ else }}
Disallow: /
{{ end }}