mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

budparr
11.28.2018 9e8b8822a511663b399c65a1cd9eb4ba487defdd
1
2
3
4
5
6
7
User-agent: *
# robotstxt.org - if ENV production variable is false robots will be disallowed.
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production")  }}
  Disallow:
{{ else }}
  Disallow: /
{{ end }}