![Patrick Kollitsch](/assets/img/avatar_default.png)
closes #625 closes #733 closes #453 closes #574 Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
User-agent: *
|
|
{{/* robotstxt.org - if we are in production, allow access, else deny */ -}}
|
|
{{ if hugo.IsProduction -}}
|
|
Allow: /
|
|
Sitemap: {{ "/sitemap.xml" | absURL }}
|
|
{{ else -}}
|
|
Disallow: /
|
|
{{ end -}}
|