Files
motes-played.post-self.ink/config.toml
Madison Scott-Clary a4b2ae9b61 Initial draft
2024-01-09 20:45:12 -08:00

21 lines
462 B
TOML

baseURL = 'https://motes-played.post-self.ink/'
languageCode = 'en-us'
title = 'Motes Played'
theme = 'maddybook'
paginatePath = ""
disablePathToLower = true
[permalinks]
post = '/:filename/'
[params]
author = 'Madison Scott-Clary'
home = 'https://makyo.ink'
copyright = '2024'
subtitle = 'A Post-Self Story'
subtitleLink = 'https://post-self.ink'
customCSS = ['/css/motes-played.css']
[markup.goldmark.renderer]
unsafe = true