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

Eric Pereira
17.38.2019 bcaa83b7ad58ab539cf52a8e4786d55bdf1ac543
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 }}