deploy_users_hugo/themes/PaperMod/layouts/robots.txt
PeaceNira 08ce2643de
Some checks failed
On_Push / build (push) Failing after 42s
uploading hugo files
2025-02-01 19:05:41 +00:00

7 lines
164 B
Text

User-agent: *
{{- if hugo.IsProduction | or (eq site.Params.env "production") }}
Disallow:
{{- else }}
Disallow: /
{{- end }}
Sitemap: {{ "sitemap.xml" | absURL }}