diff --git a/layouts/humans.txt b/layouts/humans.txt new file mode 100644 index 0000000..71ec599 --- /dev/null +++ b/layouts/humans.txt @@ -0,0 +1,30 @@ +/* TEAM */ +Creator: Dan +Contact: dan [at] unbo.lt +From: ritual.sh + +/* THANKS */ +Hugo - Static site generator +The IndieWeb community +Everyone still making personal websites in {{ now.Year }} + +/* SITE */ +Last update: {{ .Lastmod.Format "2006/01/02" }} +Standards: HTML5, CSS3, RSS +Components: Hugo, YAML, Markdown +Software: Built with care + +/* PHILOSOPHY */ +No tracking +No analytics +No AI training data +No engagement metrics +No corporate platforms +Just words on a screen + +/* NOTES */ +If you're reading this, you're the kind of person +who views source. We should be friends. + +The robots are blocked (see robots.txt). +The humans are welcome. diff --git a/layouts/robots.txt b/layouts/robots.txt index 5cdce7d..eb325a4 100644 --- a/layouts/robots.txt +++ b/layouts/robots.txt @@ -97,7 +97,6 @@ Disallow: Disallow: / {{ end }} -# Sitemap location (update with your actual sitemap URL) {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} Sitemap: {{ .Site.BaseURL }}sitemap.xml {{ end }}