Initial creation

This commit is contained in:
Madison Scott-Clary
2022-11-27 11:39:31 -08:00
commit 2af5b8d127
8 changed files with 93 additions and 0 deletions

20
config.toml Normal file
View File

@ -0,0 +1,20 @@
baseURL = 'https://clade.post-self.ink/'
languageCode = 'en-us'
title = 'Clade'
theme = 'maddybook'
paginatePath = ''
disablePathToLower = true
[permalinks]
post = '/:filename/'
[params]
author = 'The Clade authors'
home = 'https://post-self.ink'
copyright = 2023
customCSS = ['/css/clade.css']
subtitle = 'A Post-Self Anthology'
subtitleLink = 'https://post-self.ink'
[markup.goldmark.renderer]
unsafe = true