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

Patrick Kollitsch
30.38.2025 d6ef8f2b758d8f8bf24d51257dcea46a2c0e671a
1
2
3
4
5
6
7
8
User-agent: *
{{/* robotstxt.org - if we are in production, allow access, else deny */ -}}
{{ if hugo.IsProduction -}}
Allow: /
Sitemap: {{ "/sitemap.xml" | absURL }}
{{ else -}}
Disallow: /
{{ end -}}