mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-28 05:30:29 -04:00
16 lines
268 B
Plaintext
16 lines
268 B
Plaintext
User-Agent: *
|
|
{{- if eq hugo.Environment "production" }}
|
|
Disallow: /403.html
|
|
Disallow: /404.html
|
|
|
|
Disallow: /y2k/
|
|
Disallow: /scrabble/
|
|
Disallow: /comp20/
|
|
Disallow: /candies/
|
|
Disallow: /awesome/
|
|
|
|
Sitemap: {{ "sitemap.xml" | absURL }}
|
|
{{- else }}
|
|
Disallow: /
|
|
{{- end }}
|