Files
post-self.ink/config.toml
Madison Scott-Clary 4f24def8be Fix title logic
2024-01-24 04:33:00 -08:00

19 lines
374 B
TOML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 = '2020—­2022'
customCSS = ['/css/toledot.css']
[markup.goldmark.renderer]
unsafe = true