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"
|
2025-01-16 11:26:30 +02:00
|
|
|
theme = "fzmin2"
|
2024-09-17 21:43:03 +03:00
|
|
|
|
|
|
|
[[menus.main]]
|
2025-01-16 11:26:30 +02:00
|
|
|
name = "Home"
|
2024-09-17 21:43:03 +03:00
|
|
|
pageRef = "/"
|
|
|
|
weight = 10
|
|
|
|
|
|
|
|
[[menus.main]]
|
2025-01-16 11:26:30 +02:00
|
|
|
name = "Posts"
|
2024-09-17 21:43:03 +03:00
|
|
|
pageRef = "/posts"
|
|
|
|
weight = 20
|
|
|
|
|
|
|
|
[[menus.main]]
|
2025-01-16 11:26:30 +02:00
|
|
|
name = "Services"
|
2024-09-17 21:43:03 +03:00
|
|
|
pageRef = "/services"
|
2024-09-19 07:46:46 +03:00
|
|
|
weight = 30
|
|
|
|
|
2025-01-16 11:26:30 +02:00
|
|
|
[[menus.main]]
|
|
|
|
name = "Guestbook"
|
|
|
|
pageRef = "/guestbook"
|
|
|
|
weight = 40
|
|
|
|
|
|
|
|
[[menus.main]]
|
|
|
|
name = "Who am I?"
|
|
|
|
pageRef = "/whoami"
|
|
|
|
weight = 50
|
|
|
|
|
|
|
|
[[menus.main]]
|
|
|
|
name = "Contact"
|
|
|
|
pageRef = "/contact"
|
|
|
|
weight = 60
|
|
|
|
|
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>"
|
2025-01-16 11:26:30 +02:00
|
|
|
|
|
|
|
[outputs]
|
|
|
|
home = ["HTML", "gopher", "RSS"]
|
|
|
|
section = ["HTML", "gopher", "RSS"]
|
|
|
|
taxonomy = ["HTML", "gopher", "RSS"]
|
|
|
|
taxonomyTerm = ["HTML", "gopher", "RSS"]
|
|
|
|
page = ["HTML", "gopher"]
|
|
|
|
|
|
|
|
[outputFormats.gopher]
|
|
|
|
mediaType = "text/plain"
|
|
|
|
baseName = "gophermap"
|
|
|
|
isPlainText = true
|
|
|
|
protocol = "gopher://"
|
|
|
|
noUgly = false
|