Initial site

This commit is contained in:
Madison Scott-Clary
2022-02-14 16:49:40 -08:00
commit 7d12cb2c8b
7 changed files with 57 additions and 0 deletions

20
config.toml Normal file
View File

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