26 lines
635 B
TOML
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://u3zpvvptbszl3ny2rkqox5shv23usz3jybi3p47z72s6dxysjr5jhfad.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>"
|