qrz.is/config.toml

82 lines
1.7 KiB
TOML
Raw Permalink Normal View History

2023-01-08 12:24:44 +00:00
baseURL = "https://dk1mi.radio/"
2021-07-13 23:53:07 +00:00
languageCode = "en-us"
2023-04-16 14:40:02 +00:00
title = "-=dk1mi.radio=-"
2021-07-14 09:08:35 +00:00
copyright = "Michael Clemens"
2022-05-06 09:17:32 +00:00
subtitle = "personal website of Michael Clemens / DK1MI"
theme = "amberterm"
2021-07-14 09:08:35 +00:00
dateFormat = "2006-01-02" # default
2021-07-13 23:53:07 +00:00
2022-12-20 12:11:43 +00:00
publishDir = "/var/www/htdocs/dk1mi.radio/"
2021-07-13 23:53:07 +00:00
#[mediaTypes]
#[mediaTypes."text/gemini"]
# suffixes = ["gmi"]
#[mediaTypes."application/atom"]
# suffixes= ["xml"]
#
#
#[outputFormats]
#[outputFormats.Gemini]
# name = "GEMINI"
# isPlainText = true
# isHTML = false
# mediaType = "text/gemini"
# protocol = "gemini://"
# permalinkable = true
# path ="gemini/"
#[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 23:53:07 +00: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 23:53:07 +00:00
weight = 4
url = "/tags/"
[[menu.main]]
2022-10-12 13:38:53 +00:00
name = "FediHams"
weight = 6
2022-10-12 13:38:53 +00:00
url = "/fedihams/"
2022-10-12 08:10:41 +00:00
[[menu.main]]
2022-10-12 13:38:53 +00:00
name = "About"
2022-10-12 08:10:41 +00:00
weight = 7
2022-10-12 13:38:53 +00:00
url = "/about/"
[[menu.main]]
name = "RSS"
2022-10-12 08:10:41 +00:00
weight = 8
url = "/index.xml"
[[menu.footer]]
name = "Git"
weight = 5
2022-07-10 21:37:25 +00:00
url = "https://codeberg.org/mclemens/"
[[menu.footer]]
name = "Fediverse"
weight = 6
2023-03-27 15:22:18 +00:00
url = "https://mastodon.radio/@DK1MI"
[[menu.footer]]
name = "QRZ"
weight = 7
url = "https://qrz.com/DB/DK1MI"
2022-10-12 08:10:41 +00:00
[[menu.footer]]
2023-04-16 08:35:23 +00:00
name = "Privacy"
2022-10-12 08:10:41 +00:00
weight = 8
url = "/privacy/"