website/hugo.toml
fzorb fff746a63c
Some checks failed
pipeline / deploy-job (push) Failing after 32s
perhaps this will fix it
2024-09-05 17:32:29 +03:00

35 lines
485 B
TOML

baseURL = "https://fzorb.xyz/"
languageCode = "en-us"
title = "FzOrb's blog"
theme = "zmin"
[[menus.main]]
name = "Home"
pageRef = "/"
weight = 10
[[menus.main]]
name = "Technology"
pageRef = "/technology"
weight = 20
[[menus.main]]
name = "Trains"
pageRef = "/trains"
weight = 30
[[menus.main]]
name = "Miscellaneous"
pageRef = "/misc"
weight = 40
[[menus.main]]
name = "Donate"
pageRef = "/donate"
weight = 50
[[menus.main]]
name = "Services"
pageRef = "/services"
weight = 60