34 lines
705 B
TOML
34 lines
705 B
TOML
baseURL = 'https://www.ministryofmayhem.space'
|
|||
|
|
languageCode = 'en-us'
|
||
|
|
title = 'Ministry of Mayhem'
|
||
|
|
# theme = 'ananke'
|
||
|
|
theme = 'hello-friend'
|
||
|
|
customCSS = ['/custom.css']
|
||
|
|
markup.goldmark.renderer.unsafe = true
|
||
|
|
pagination.pagerSize = 10
|
||
|
|
|
||
|
|
[params]
|
||
|
|
dateform = "2 Jan, 2006"
|
||
|
|
dateformShort = "2 Jan"
|
||
|
|
disableReadOtherPosts = false
|
||
|
|
|
||
|
|
[[menu.main]]
|
||
|
|
identifier = "blog"
|
||
|
|
name = "Read Me"
|
||
|
|
url = "/posts"
|
||
|
|
|
||
|
|
[[menu.main]]
|
||
|
|
identifier = "minetest server"
|
||
|
|
name = "Minetest Server"
|
||
|
|
url = "mt."
|
||
|
|
|
||
|
|
[[menu.main]]
|
||
|
|
identifier = "pass"
|
||
|
|
name = "Do Not Enter"
|
||
|
|
url = "localhost:1313/fugg/index"
|
||
|
|
|
||
|
|
[[menu.main]]
|
||
|
|
identifier = "creepypasta"
|
||
|
|
name = "CreepyPasta"
|
||
|
|
url = "/creeps"
|