website/config.toml
hhh 7e76839994
Some checks failed
pipeline / deploy-job (push) Failing after 41s
add stuff
2024-12-01 13:32:57 +02:00

32 lines
469 B
TOML

baseURL = "https://fzorb.xyz/"
languageCode = "en-us"
title = "FzOrb's website"
theme = "fzmin"
[[menus.main]]
name = "Home"
pageRef = "/"
weight = 10
[[menus.main]]
name = "Blog Posts"
pageRef = "/posts"
weight = 20
[[menus.main]]
name = "Services"
pageRef = "/services"
weight = 30
[[menus.main]]
name = "File Uploader"
pageRef = "/upload"
weight = 40
[[menus.main]]
name = "Guestbook"
pageRef = "/guestbook"
weight = 50
[markup.goldmark.renderer]
unsafe = true