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

robots.txt « layouts « docs - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b35d6583bb83eaa96a6deaea4598d9afbfb8605a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# www.robotstxt.org

{{- $isProduction := eq hugo.Environment "production" -}}
{{- $isCloudflarePages := eq (getenv "CF_PAGES") "1" -}}
{{- $allowCrawling := and (not $isCloudflarePages) $isProduction -}}

{{ if $allowCrawling }}
# Allow crawling of all content
{{- end }}
User-agent: *
Disallow:{{ if not $allowCrawling }} /{{ end }}
Sitemap: {{ "/sitemap.xml" | absURL }}