mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-02 09:44:42 +00:00
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
8 lines
234 B
Text
8 lines
234 B
Text
# www.robotstxt.org
|
|
|
|
{{ if (eq (getenv "HUGO_ENV") "production") -}}
|
|
# Allow crawling of all content
|
|
{{- end }}
|
|
User-agent: *
|
|
Disallow:{{ if (ne (getenv "HUGO_ENV") "production") }} /{{ end }}
|
|
Sitemap: {{ .Site.BaseURL }}/sitemap.xml
|