website/config.toml

32 lines
469 B
TOML
Raw Normal View History

2024-09-17 21:43:03 +03:00
baseURL = "https://fzorb.xyz/"
languageCode = "en-us"
title = "FzOrb's website"
theme = "fzmin"
2024-09-17 21:43:03 +03:00
[[menus.main]]
name = "Home"
pageRef = "/"
weight = 10
[[menus.main]]
name = "Blog Posts"
pageRef = "/posts"
weight = 20
[[menus.main]]
name = "Services"
pageRef = "/services"
weight = 30
2024-11-19 20:40:51 +02:00
[[menus.main]]
name = "File Uploader"
pageRef = "/upload"
weight = 40
2024-09-17 21:43:03 +03:00
2024-12-01 13:32:57 +02:00
[[menus.main]]
name = "Guestbook"
pageRef = "/guestbook"
weight = 50
2024-09-17 21:43:03 +03:00
[markup.goldmark.renderer]
unsafe = true