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

23 lines
481 B
TOML
Raw Normal View History

2022-04-25 22:03:12 -07:00
baseURL = 'https://toledot.post-self.ink/'
2021-10-20 16:29:34 -07:00
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]
2026-03-15 14:25:50 -07:00
post = '/:contentbasename/'
2021-10-20 16:34:51 -07:00
[params]
author = 'Madison Scott-Clary'
home = 'https://makyo.ink'
copyright = 2021
2022-04-19 08:41:22 -07:00
customCSS = ['/css/toledot.css']
2024-07-02 09:58:39 -07:00
subtitle = 'Post-Self Cycle book II'
2022-04-25 22:03:12 -07:00
subtitleLink = 'https://post-self.ink'
2021-10-20 16:34:51 -07:00
[markup.goldmark.renderer]
unsafe = true
2026-03-16 19:43:12 -07:00
[pagination]
path = ""