website/config.toml
fzorb 8ce2a5d4e4
Some checks failed
pipeline / deploy-job (push) Failing after 2m40s
Cleanup
2024-12-23 22:30:41 +02:00

26 lines
635 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 = "<a href='http://[201:acd2:6e63:671b:f32f:8a4:d7d6:3537]'>Yggdrasil</a> // <a href='http://azy5ogcqnpdzcddeff4j4kml5ffrhuscii74juva4jloxstrp5t4m4id.onion'>Tor</a><br>Live free or die<br>All content on this page is released under <a href='https://creativecommons.org/publicdomain/zero/1.0/'>CC0</a>"