qrz.is/config.toml
Michael Clemens 2fdda3840d fixed a lot of typos
added automatic generation of gemini files
2021-07-18 01:33:02 +02:00

73 lines
1.4 KiB
TOML

baseURL = "https://qrz.is/"
languageCode = "en-us"
title = "qrz.is"
copyright = "Michael Clemens"
subtitle = "personal website of Michael Clemens / DL6MHC"
theme = "smol"
dateFormat = "2006-01-02" # default
publishDir = "/var/www/qrz.is"
[mediaTypes]
[mediaTypes."text/gemini"]
suffixes = ["gmi"]
[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"]
# 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/"
[[menu.footer]]
name = "Git"
weight = 5
url = "https://git.qrz.is/clemens/"
[[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]]
name = "Privacy/Datenschutz"
weight = 8
url = "/privacy/"
[[menu.footer]]
name = "Imprint/Impressum"
weight = 9
url = "/impressum/"