1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 08:18:28 -04:00
jarv.is/layouts/robots.txt
2019-11-18 08:27:18 -05:00

11 lines
187 B
Plaintext

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