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