Initial creation

This commit is contained in:
Madison Scott-Clary
2024-04-04 15:46:36 -07:00
parent 1b3125939e
commit 14c1603496
9 changed files with 205 additions and 2 deletions

20
config.toml Normal file
View File

@ -0,0 +1,20 @@
baseURL = 'https://ask.post-self.ink/'
languageCode = 'en-us'
title = 'Ask. — An Odist Q&A'
theme = 'maddybook'
paginatePath = ""
disablePathToLower = true
[permalinks]
post = '/:filename/'
[params]
# author = 'Madison Scott-Clary'
# home = 'https://makyo.ink'
copyright = 'The Post-Self authors 2020 — 2024'
customCSS = ['/css/ask.css']
subtitle = 'A Post-Self Project'
subtitleLink = 'https://post-self.ink'
[markup.goldmark.renderer]
unsafe = true