first commit

This commit is contained in:
2025-11-06 14:46:05 -08:00
commit d573e8355c
194 changed files with 6460 additions and 0 deletions

View File

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