Start hugo site

This commit is contained in:
Madison Scott-Clary
2022-02-14 15:15:15 -08:00
commit 8b8889db48
9 changed files with 86 additions and 0 deletions

21
config.toml Normal file
View File

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