Files
neviim.post-self.ink/config.toml
Madison Scott-Clary 7d12cb2c8b Initial site
2022-02-14 16:49:40 -08:00

21 lines
446 B
TOML

baseURL = 'https://neviim.makyo.ink/'
languageCode = 'en-us'
title = "Nevi'im"
theme = 'maddybook'
paginatePath = ""
disablePathToLower = true
[permalinks]
post = '/:filename/'
[params]
author = 'Madison Scott-Clary'
home = 'https://makyo.ink'
copyright = 2022
customCSS = ['/css/neviim.css']
subtitle = 'Post-Self book III'
subtitleLink = 'https://post-self.makyo.ink'
[markup.goldmark.renderer]
unsafe = true