48 lines
855 B
TOML
48 lines
855 B
TOML
|
baseURL = "https://qrz.is/"
|
||
|
languageCode = "en-us"
|
||
|
title = "Michael Clemens"
|
||
|
theme = "smol"
|
||
|
|
||
|
publishDir = "/var/www/qrz.is"
|
||
|
|
||
|
|
||
|
|
||
|
# 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.footer]]
|
||
|
name = "Github"
|
||
|
weight = 5
|
||
|
url = "https://github.com/exitnode/"
|
||
|
[[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 = "Datenschutz"
|
||
|
weight = 8
|
||
|
url = "/privacy/"
|
||
|
[[menu.footer]]
|
||
|
name = "Impressum"
|
||
|
weight = 9
|
||
|
url = "/impressum/"
|
||
|
|
||
|
|
||
|
dateFormat = "2006-01-02" # default
|
||
|
copyright = "Michael Clemens"
|