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

21 lines
456 B
TOML
Raw Normal View History

2023-05-12 12:42:16 -07:00
baseURL = 'https://rpg.post-self.ink/'
languageCode = 'en-us'
title = 'The Post-Self RPG'
theme = 'maddybook'
paginatePath = ""
disablePathToLower = true
[permalinks]
2026-03-15 14:52:39 -07:00
post = '/:contentbasename/'
2023-05-12 12:42:16 -07:00
[params]
author = 'Madison Scott-Clary'
home = 'https://makyo.ink'
copyright = 2021
customCSS = ['/css/rpg.css']
2023-05-13 23:57:15 -07:00
subtitle = 'A Post-Self Project'
2023-05-12 12:42:16 -07:00
subtitleLink = 'https://post-self.ink'
[markup.goldmark.renderer]
unsafe = true