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"
|
2021-07-21 11:34:16 -04:00
|
|
|
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
|
|
|
|
2021-07-17 19:33:02 -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
|
|
|
|
|
|
|
|
2021-07-17 19:33:02 -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"
|
2021-07-17 19:33:02 -04:00
|
|
|
|
|
|
|
[outputs]
|
2021-07-22 08:19:42 -04:00
|
|
|
home = ["HTML", "GEMINI_ATOM", "GEMINI", "RSS"]
|
2021-07-17 19:33:02 -04:00
|
|
|
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]]
|
2021-07-22 08:19:42 -04:00
|
|
|
name = "Tags"
|
2021-07-13 19:53:07 -04:00
|
|
|
weight = 4
|
2021-07-22 08:19:42 -04:00
|
|
|
url = "/tags/"
|
2022-06-07 10:39:08 -04:00
|
|
|
[[menu.main]]
|
|
|
|
name = "Links"
|
|
|
|
weight = 5
|
|
|
|
url = "/links/"
|
|
|
|
[[menu.main]]
|
2022-10-12 09:38:53 -04:00
|
|
|
name = "FediHams"
|
2022-06-07 10:39:08 -04:00
|
|
|
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/"
|
2022-06-07 10:39:08 -04:00
|
|
|
[[menu.main]]
|
|
|
|
name = "RSS"
|
2022-10-12 04:10:41 -04:00
|
|
|
weight = 8
|
2022-06-07 10:39:08 -04:00
|
|
|
url = "/index.xml"
|
|
|
|
[[menu.footer]]
|
|
|
|
name = "Git"
|
|
|
|
weight = 5
|
2022-07-10 17:37:25 -04:00
|
|
|
url = "https://codeberg.org/mclemens/"
|
2022-06-07 10:39:08 -04:00
|
|
|
[[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/"
|