Initial Hugo skeleton, adapted from michaelferrara-site
deploy / deploy (push) Successful in 6s

Fantasy Michigan theme (forest green / lake teal / birch parchment).
Reader-magnet content is placeholder pending Cate's story and cover art.
This commit is contained in:
2026-07-20 14:26:28 -04:00
commit 5ff70faa41
23 changed files with 936 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
<ul>
{{ range .Pages }}
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>
{{ end }}