Files
post-self.ink/config.toml
Madison Scott-Clary aef0504d92 update URLs
2022-04-25 18:49:35 -07:00

19 lines
372 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