Files
post-self.ink/config.toml
Madison Scott-Clary 33cfdde671 Initial site
2021-10-20 20:53:13 -07:00

19 lines
366 B
TOML

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