diff --git a/content/_index.md b/content/_index.md index 5138f07..bf8a24b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,8 @@ --- --- +![An illuminated manuscript page of a skunk writing, complete with gold leaf](/wrhi-write.png) + > I remember most of all, though, the first wail — the first recognition of loss and the first wail of despair and pain that rang out into the night — and the bright arc of a firework soaring into the sky, bursting, and then the sudden disappearance as the show was canceled. > > I remember hearing the wail, seeing the sparks and then sudden dark, and then stepping to my room to hide under my desk, letting flow tears of confusion, frustration, and terror. @@ -11,4 +13,4 @@ What, then, is one such as her to do when confronted with the end of the world b ----- -***Kaddish* is being released serially [here](https://read.post-self.ink/kaddish)!** +*Kaddish* is being serialized on the [Post-Self WriteFreely instance](https://read.post-self.ink/kaddish). You may read it as it is released there; when the book is completed and published, the full thing will be made available as paperback, ebook, and free to read in the browser here. diff --git a/hugo.toml b/hugo.toml index b93d0b1..ba3ebd5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -14,8 +14,8 @@ disablePathToLower = true [params] author = 'Madison Rye Progress' home = 'https://makyo.ink/' - copyright = '2024' - subtitle = 'A Post-Self Story' + copyright = '2025' + subtitle = 'Stories of Restoration' subtitleLink = 'https://post-self.ink' customCSS = ['/css/kaddish.css'] diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html new file mode 100644 index 0000000..2f739fe --- /dev/null +++ b/layouts/partials/nav.html @@ -0,0 +1,7 @@ + diff --git a/static/wrhi-write.png b/static/wrhi-write.png new file mode 100755 index 0000000..2b3b307 Binary files /dev/null and b/static/wrhi-write.png differ