Files
post-self.ink/config.toml
Madison Rye Progress 8fa60df547
All checks were successful
Deploy / deploy (push) Successful in 39s
New art
2026-07-26 14:39:16 -07:00

26 lines
593 B
TOML

baseURL = 'https://post-self.ink/'
languageCode = 'en-us'
title = 'Post-Self'
theme = 'maddybook'
paginatePath = ""
disablePathToLower = true
[pagination]
path = ""
[permalinks]
post = '/:contentbasename/'
[params]
# author = 'Madison Scott-Clary'
# home = 'https://makyo.ink'
copyright = 'The Post-Self authors 2020 — 2026'
customCSS = ['/css/post-self.css']
headline = 'A science fiction setting focused on identity, memory, and individuation with uploaded consciousnesses'
[markup.goldmark.renderer]
unsafe = true
[security]
allowContent = ['.*']