Welcome to mirror list, hosted at ThFree Co, Russian Federation.

robots.txt « layouts - github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55af02b5ed6f02bf8f9cd097085653ed357fbc93 (plain)
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 }}