website/config.toml
FzOrb 03051461c0
Some checks failed
pipeline / deploy-job (push) Failing after 2m42s
remove tor for now
2024-12-25 12:39:18 +02:00

26 lines
470 B
TOML

baseURL = "https://fzorb.xyz/"
languageCode = "en-us"
title = "fzorb.xyz"
theme = "fzmin"
[[menus.main]]
name = "/"
pageRef = "/"
weight = 10
[[menus.main]]
name = "/posts"
pageRef = "/posts"
weight = 20
[[menus.main]]
name = "/services"
pageRef = "/services"
weight = 30
[markup.goldmark.renderer]
unsafe = true
[params]
footer = "Live free or die<br>All content on this page is released under <a href='https://creativecommons.org/publicdomain/zero/1.0/'>CC0</a>"