18 lines
315 B
TOML
18 lines
315 B
TOML
baseURL = 'http://florilegium.ink/'
|
|
languageCode = 'en-us'
|
|
title = 'Florilegium'
|
|
theme = 'maddybook'
|
|
|
|
|
|
[params]
|
|
author = 'Madison Rye Progress'
|
|
home = 'https://makyo.ink'
|
|
copyright = 2023
|
|
customCSS = ['/css/florilegium.css']
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[pagination]
|
|
path = ""
|