shithub: hugo

ref: 30159b58e9de7fc9026996503d86c4646d2d93ff
dir: /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/robots.txt/

View raw version
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 }}