Files
Ministry-of-Mayhem/hugo.toml
T

34 lines
705 B
TOML
Raw Normal View History

2026-08-17 00:13:08 -04:00
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"