2024-09-17 21:43:03 +03:00
|
|
|
baseURL = "https://fzorb.xyz/"
|
|
|
|
languageCode = "en-us"
|
2024-12-23 22:30:41 +02:00
|
|
|
title = "fzorb.xyz"
|
2024-12-01 13:11:16 +02:00
|
|
|
theme = "fzmin"
|
2024-09-17 21:43:03 +03:00
|
|
|
|
|
|
|
[[menus.main]]
|
2024-12-23 22:30:41 +02:00
|
|
|
name = "/"
|
2024-09-17 21:43:03 +03:00
|
|
|
pageRef = "/"
|
|
|
|
weight = 10
|
|
|
|
|
|
|
|
[[menus.main]]
|
2024-12-23 22:30:41 +02:00
|
|
|
name = "/posts"
|
2024-09-17 21:43:03 +03:00
|
|
|
pageRef = "/posts"
|
|
|
|
weight = 20
|
|
|
|
|
|
|
|
[[menus.main]]
|
2024-12-23 22:30:41 +02:00
|
|
|
name = "/services"
|
2024-09-17 21:43:03 +03:00
|
|
|
pageRef = "/services"
|
2024-09-19 07:46:46 +03:00
|
|
|
weight = 30
|
|
|
|
|
2024-09-17 21:43:03 +03:00
|
|
|
[markup.goldmark.renderer]
|
2024-12-23 22:30:41 +02:00
|
|
|
unsafe = true
|
|
|
|
|
|
|
|
[params]
|
2024-12-25 12:39:18 +02:00
|
|
|
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>"
|