mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 14:16:20 -04:00
14 lines
227 B
Plaintext
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 }}
|