qrz.is/config.toml

87 lines
1.7 KiB
TOML
Raw Normal View History

2022-04-07 03:03:38 -04:00
#baseURL = "https://qrz.is/"
baseURL = "/"
2021-07-13 19:53:07 -04:00
languageCode = "en-us"
2021-07-15 13:45:57 -04:00
title = "qrz.is"
2021-07-14 05:08:35 -04:00
copyright = "Michael Clemens"
2022-05-06 05:17:32 -04:00
subtitle = "personal website of Michael Clemens / DK1MI"
theme = "amberterm"
2021-07-14 05:08:35 -04:00
dateFormat = "2006-01-02" # default
2021-07-13 19:53:07 -04:00
2022-10-13 16:14:15 -04:00
publishDir = "/var/www/qrz.is/"
2021-07-13 19:53:07 -04:00
[mediaTypes]
[mediaTypes."text/gemini"]
2021-07-18 04:23:12 -04:00
suffixes = ["gmi"]
[mediaTypes."application/atom"]
suffixes= ["xml"]
2021-07-13 19:53:07 -04:00
[outputFormats]
[outputFormats.Gemini]
name = "GEMINI"
isPlainText = true
isHTML = false
mediaType = "text/gemini"
protocol = "gemini://"
permalinkable = true
path ="gemini/"
2021-07-18 04:23:12 -04:00
[outputFormats.gemini_atom]
name = "GEMINI_ATOM"
isPlainText = true
isHTML = false
baseName = "atom"
path = "gemini/"
protocol = "gemini://"
mediaType = "application/atom"
[outputs]
home = ["HTML", "GEMINI_ATOM", "GEMINI", "RSS"]
page = ["HTML", "GEMINI"]
2021-07-13 19:53:07 -04:00
# Menu links
[menu]
[[menu.main]]
name = "Posts"
weight = 1
url = "/post/"
[[menu.main]]
name = "Projects"
weight = 3
url = "/projects/"
[[menu.main]]
name = "Tags"
2021-07-13 19:53:07 -04:00
weight = 4
url = "/tags/"
[[menu.main]]
name = "Links"
weight = 5
url = "/links/"
[[menu.main]]
2022-10-12 09:38:53 -04:00
name = "FediHams"
weight = 6
2022-10-12 09:38:53 -04:00
url = "/fedihams/"
2022-10-12 04:10:41 -04:00
[[menu.main]]
2022-10-12 09:38:53 -04:00
name = "About"
2022-10-12 04:10:41 -04:00
weight = 7
2022-10-12 09:38:53 -04:00
url = "/about/"
[[menu.main]]
name = "RSS"
2022-10-12 04:10:41 -04:00
weight = 8
url = "/index.xml"
[[menu.footer]]
name = "Git"
weight = 5
2022-07-10 17:37:25 -04:00
url = "https://codeberg.org/mclemens/"
[[menu.footer]]
name = "Mastodon"
weight = 6
url = "https://mastodon.radio/@michael"
[[menu.footer]]
name = "QRZ"
weight = 7
url = "https://qrz.com/DB/DK1MI"
2022-10-12 04:10:41 -04:00
[[menu.footer]]
name = "Datenschutzerklärung / Privacy"
weight = 8
url = "/privacy/"