website/config.toml

22 lines
318 B
TOML
Raw Normal View History

2024-09-21 21:54:34 +03:00
baseURL = 'https://bokku.xyz/'
2024-09-21 21:36:53 +03:00
languageCode = 'en-us'
2024-09-21 21:54:34 +03:00
title = 'Bokku'
2024-09-22 09:03:51 +03:00
theme = 'zmin'
[[menus.main]]
name = "Home"
pageRef = "/"
weight = 10
[[menus.main]]
name = "Legal"
pageRef = "/legal"
weight = 20
[[menus.main]]
name = "Abuse"
2024-09-24 20:10:24 +03:00
url = "mailto:bokku@fzorb.xyz"
2024-09-22 09:09:48 +03:00
weight = 30
[markup.goldmark.renderer]
unsafe = true