1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 14:16:20 -04:00
jarv.is/layouts/robots.txt
2019-12-18 02:00:53 -05:00

14 lines
227 B
Plaintext

User-Agent: *
{{- if eq hugo.Environment "production" }}
Disallow: /403.html
Disallow: /404.html
Disallow: /y2k/
Disallow: /candies/
Disallow: /comp20/
Sitemap: {{ "sitemap.xml" | absURL }}
{{- else }}
Disallow: /
{{- end }}