22 lines
437 B
TOML
22 lines
437 B
TOML
baseURL = 'https://wildness.makyo.ink/'
|
|
languageCode = 'en-us'
|
|
title = 'A Wildness of the Heart'
|
|
theme = 'maddybook'
|
|
paginatePath = ""
|
|
|
|
[permalinks]
|
|
post = '/:contentbasename/'
|
|
|
|
[params]
|
|
subtitle = 'Limerent Object and other stories'
|
|
author = 'Madison Scott-Clary'
|
|
home = 'https://makyo.ink'
|
|
copyright = 2021
|
|
customCSS = ['/wildness.css']
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[pagination]
|
|
path = ""
|