website/config.toml
Alexandru b86654766f
All checks were successful
pipeline / deploy-job (push) Successful in 36s
add the file uploader to the navbar thing
2024-09-19 07:46:46 +03:00

28 lines
399 B
TOML

baseURL = "https://fzorb.xyz/"
languageCode = "en-us"
title = "FzOrb's website"
theme = "zmin"
[[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
[markup.goldmark.renderer]
unsafe = true