shithub: hugo

ref: 64789fb5dcf8326f14f13d69a2576ae3aa2bbbaa
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 }}