23 lines
555 B
TOML
23 lines
555 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
|