Files
toledot.post-self.ink/config.toml
T

21 lines
445 B
TOML
Raw Normal View History

2021-10-20 16:29:34 -07:00
baseURL = 'https://toledot.makyo.ink/'
languageCode = 'en-us'
title = 'Toledot'
theme = 'maddybook'
2021-10-20 16:34:51 -07:00
paginatePath = ""
2021-10-20 18:09:27 -07:00
disablePathToLower = true
2021-10-20 16:34:51 -07:00
[permalinks]
post = '/:filename/'
[params]
author = 'Madison Scott-Clary'
home = 'https://makyo.ink'
copyright = 2021
2021-10-20 18:09:27 -07:00
customCSS = ['css/toledot.css']
subtitle = 'Post-Self book II'
subtitleLink = 'https://post-self.makyo.io'
2021-10-20 16:34:51 -07:00
[markup.goldmark.renderer]
unsafe = true