Files
post-self.ink/config.toml
Madison Scott-Clary 9d25bf2cca Copy
2022-02-14 17:16:56 -08:00

19 lines
377 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.makyo.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