cullmann.io/config.toml

45 lines
737 B
TOML
Raw Normal View History

2019-04-06 17:01:27 +02:00
# our homepage url
baseURL = "https://cullmann.io/"
# default content is in english
languageCode = "en-us"
2019-04-06 17:01:27 +02:00
# cullmann.io website
title = "cullmann.io"
# use hermit theme
theme = "hermit"
2019-04-06 18:11:50 +02:00
# hugo can use git
enableGitInfo = true
2019-04-06 17:01:27 +02:00
[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"
2019-04-06 18:11:50 +02:00
homeSubtitle = "Personal homepage of Christoph Cullmann."
2019-04-06 17:05:41 +02:00
[menu]
[[menu.main]]
name = "Posts"
url = "posts/"
weight = 10
[[menu.main]]
name = "About"
url = "about/"
weight = 20
2019-04-06 17:37:54 +02:00
[[menu.main]]
2019-04-06 17:44:42 +02:00
name = "Impressum"
2019-04-06 17:37:54 +02:00
url = "impressum/"
2019-04-06 18:11:50 +02:00
weight = 30