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

Regis Philibert
23.45.2021 df9f371e3e0ab5bb53b40a51a07f038f68b51709
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 }}