website/hugo.toml
Alexandru 4dabc01089
Some checks failed
pipeline / deploy-job (push) Failing after 31s
cleaned this up a bit
2024-09-09 21:29:50 +03:00

25 lines
347 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 = "Blog Posts"
pageRef = "/posts"
weight = 20
[[menus.main]]
name = "Donate"
pageRef = "/donate"
weight = 50
[[menus.main]]
name = "Services"
pageRef = "/services"
weight = 60