website/config.toml

63 lines
1.1 KiB
TOML
Raw Normal View History

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"
weight = 30
2025-01-16 11:26:30 +02:00
[[menus.main]]
name = "Guestbook"
pageRef = "/guestbook"
weight = 40
2025-01-17 07:26:47 +02:00
[[menus.main]]
name = "Webring"
pageRef = "/webring"
weight = 50
2025-01-16 11:26:30 +02:00
[[menus.main]]
name = "Who am I?"
pageRef = "/whoami"
2025-01-17 07:26:47 +02:00
weight = 60
2025-01-16 11:26:30 +02:00
[[menus.main]]
name = "Contact"
pageRef = "/contact"
2025-01-17 07:26:47 +02:00
weight = 70
2025-01-16 11:26:30 +02:00
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