This commit is contained in:
Madison Scott-Clary
2023-05-12 12:42:16 -07:00
commit 3a74e57c65
7 changed files with 769 additions and 0 deletions

20
config.toml Normal file
View File

@ -0,0 +1,20 @@
baseURL = 'https://rpg.post-self.ink/'
languageCode = 'en-us'
title = 'The Post-Self RPG'
theme = 'maddybook'
paginatePath = ""
disablePathToLower = true
[permalinks]
post = '/:filename/'
[params]
author = 'Madison Scott-Clary'
home = 'https://makyo.ink'
copyright = 2021
customCSS = ['/css/rpg.css']
subtitle = ''
subtitleLink = 'https://post-self.ink'
[markup.goldmark.renderer]
unsafe = true