Files
clade.post-self.ink/config.toml
Madison Scott-Clary 2af5b8d127 Initial creation
2022-11-27 11:39:31 -08:00

21 lines
445 B
TOML

baseURL = 'https://clade.post-self.ink/'
languageCode = 'en-us'
title = 'Clade'
theme = 'maddybook'
paginatePath = ''
disablePathToLower = true
[permalinks]
post = '/:filename/'
[params]
author = 'The Clade authors'
home = 'https://post-self.ink'
copyright = 2023
customCSS = ['/css/clade.css']
subtitle = 'A Post-Self Anthology'
subtitleLink = 'https://post-self.ink'
[markup.goldmark.renderer]
unsafe = true