cullmann.io/config.toml

43 lines
823 B
TOML

# our homepage url
baseURL = "https://cullmann.io/"
# default content is in english
languageCode = "en-us"
# cullmann.io website
title = "cullmann.io"
# use hermit theme
theme = "hermit"
[author]
name = "Christoph Cullmann"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
themeColor = "#494f5c"
homeSubtitle = "Homepage of Christoph Cullmann."
footerCopyright = ' &#183; <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[menu]
[[menu.main]]
name = "Posts"
url = "posts/"
weight = 10
[[menu.main]]
name = "About"
url = "about/"
weight = 20
[[menu.main]]
name = "Impressum"
url = "impressum/"
weight = 20