qrz.is/config.toml

73 lines
1.4 KiB
TOML
Raw Normal View History

2021-07-13 19:53:07 -04:00
baseURL = "https://qrz.is/"
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"
subtitle = "personal website of Michael Clemens / DL6MHC"
2021-07-13 19:53:07 -04:00
theme = "smol"
2021-07-14 05:08:35 -04:00
dateFormat = "2006-01-02" # default
2021-07-13 19:53:07 -04:00
publishDir = "/var/www/qrz.is"
[mediaTypes]
[mediaTypes."text/gemini"]
suffixes = ["gmi"]
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/"
[outputs]
home = ["HTML", "RSS", "GEMINI"]
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 = "About"
weight = 4
url = "/about/"
[[menu.main]]
name = "Impressum"
weight = 5
url = "/impressum/"
[[menu.main]]
name = "Datenschutz"
weight = 6
url = "/privacy/"
2021-07-13 19:53:07 -04:00
[[menu.footer]]
2021-07-16 04:49:30 -04:00
name = "Git"
2021-07-13 19:53:07 -04:00
weight = 5
2021-07-16 04:49:30 -04:00
url = "https://git.qrz.is/clemens/"
2021-07-13 19:53:07 -04:00
[[menu.footer]]
name = "Mastodon"
weight = 6
url = "https://mastodon.radio/@DL6MHC"
[[menu.footer]]
name = "QRZ"
weight = 7
url = "https://qrz.com/DB/DL6MHC"
[[menu.footer]]
2021-07-15 13:45:57 -04:00
name = "Privacy/Datenschutz"
2021-07-13 19:53:07 -04:00
weight = 8
url = "/privacy/"
[[menu.footer]]
name = "Imprint/Impressum"
2021-07-13 19:53:07 -04:00
weight = 9
url = "/impressum/"