Initial creation

This commit is contained in:
Madison Scott-Clary
2024-05-08 17:06:30 -07:00
commit baf915e751
11 changed files with 491 additions and 0 deletions

20
hugo.toml Normal file
View File

@ -0,0 +1,20 @@
baseURL = 'https://idumea.post-self.ink/'
languageCode = 'en-us'
title = 'Idumea'
theme = 'maddybook'
paginatePath = ""
disablePathToLower = true
[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/idumea.css']
[markup.goldmark.renderer]
unsafe = true