Base site

This commit is contained in:
Madison Rye Progress
2025-07-25 15:19:13 -07:00
commit c0af1eb126
7 changed files with 202 additions and 0 deletions

23
hugo.toml Normal file
View File

@ -0,0 +1,23 @@
baseURL = 'https://kaddish.post-self.ink/'
languageCode = 'en-us'
title = 'Kaddish'
theme = 'maddybook'
paginatePath = ""
disablePathToLower = true
[pagination]
path = ""
[permalinks]
post = '/:filename/'
[params]
author = 'Madison Rye Progress'
home = 'https://makyo.ink/'
copyright = '2024'
subtitle = 'A Post-Self Story'
subtitleLink = 'https://post-self.ink'
customCSS = ['/css/kaddish.css']
[markup.goldmark.renderer]
unsafe = true