Files
qoheleth.post-self.ink/config.toml
T

22 lines
449 B
TOML
Raw Normal View History

2022-02-14 15:15:15 -08:00
baseURL = 'https://qoheleth.makyo.ink'
languageCode = 'en-us'
title = 'Qoheleth'
theme = 'maddybook'
paginatePath = ''
disablePathToLower = true
[permalinks]
post = '/:filename/'
[params]
author = 'Madison Scott-Clary'
home = 'https://makyo.ink'
2022-02-14 16:17:10 -08:00
copyright = 2020
customCSS = ['/css/qoheleth.css']
2022-02-14 15:15:15 -08:00
subtitle = 'Post-Self book I'
subtitleLink = 'https://post-self.makyo.ink'
[markup.goldmark.renderer]
unsafe = true