directory/hugo.toml
2024-12-30 11:20:52 +02:00

32 lines
520 B
TOML

baseURL = 'https://directory.bokku.xyz/'
languageCode = 'en-us'
title = 'The Directory'
theme = "hugo-bearblog"
[[menus.main]]
name = "Email"
pageRef = "/email"
weight = 10
[[menus.main]]
name = "Instant Messaging"
pageRef = "/im"
weight = 20
[[menus.main]]
name = "File Uploaders"
pageRef = "/file-uploaders"
weight = 30
[[menus.main]]
name = "Hosting Providers"
pageRef = "/providers"
weight = 40
[[menus.main]]
name = "Miscelaneous"
pageRef = "/miscelaneous"
weight = 50
[markup.goldmark.renderer]
unsafe = true