website/config.toml
Alexandru 50e7eaae23
All checks were successful
pipeline / deploy-job (push) Successful in 1m13s
add guestbook
2024-09-17 21:43:03 +03:00

22 lines
327 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 = 60
[markup.goldmark.renderer]
unsafe = true