directory/hugo.toml

32 lines
492 B
TOML
Raw Normal View History

2024-12-30 11:20:52 +02:00
baseURL = 'https://directory.bokku.xyz/'
2024-12-06 22:06:51 +02:00
languageCode = 'en-us'
2024-12-30 11:20:52 +02:00
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"
2025-01-12 15:44:12 +02:00
pageRef = "/fh"
2024-12-30 11:20:52 +02:00
weight = 30
[[menus.main]]
name = "Hosting Providers"
pageRef = "/providers"
weight = 40
[[menus.main]]
name = "Misc"
pageRef = "/misc"
2024-12-30 11:20:52 +02:00
weight = 50
[markup.goldmark.renderer]
unsafe = true