Files
post-self.ink/config.toml
Madison Scott-Clary 7c6090c142 Fix title logic
2024-01-24 04:42:36 -08:00

19 lines
398 B
TOML

baseURL = 'https://post-self.ink/'
languageCode = 'en-us'
title = 'Post-Self'
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/toledot.css']
[markup.goldmark.renderer]
unsafe = true