Initial site

This commit is contained in:
Madison Scott-Clary
2021-10-20 20:53:13 -07:00
commit 33cfdde671
10 changed files with 191 additions and 0 deletions

18
config.toml Normal file
View File

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