Move config file?

This commit is contained in:
Madison Scott-Clary
2023-11-06 12:14:25 -08:00
parent c4d34f9310
commit c6eddb1d7e

18
config.toml Normal file
View File

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