cullmann.io/config.toml

59 lines
1.1 KiB
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 18:25:56 +02:00
defaultContentLanguage = "en"
2019-04-06 17:01:27 +02:00
# cullmann.io website
title = "cullmann.io"
# use hermit theme
theme = "hermit"
2019-04-06 18:25:56 +02:00
# some settings
2019-04-06 18:11:50 +02:00
enableGitInfo = true
2019-04-06 18:25:56 +02:00
pygmentsCodefences = true
pygmentsUseClasses = true
enableEmoji = true
2019-04-06 18:11:50 +02:00
2019-04-06 17:01:27 +02:00
[author]
name = "Christoph Cullmann"
[params]
2019-04-06 18:25:56 +02:00
# different date formats to use
2019-04-06 17:01:27 +02:00
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
2019-04-06 18:25:56 +02:00
# our color
2019-04-06 17:01:27 +02:00
themeColor = "#494f5c"
2019-04-06 18:25:56 +02:00
# this is my homepage
2019-04-06 18:11:50 +02:00
homeSubtitle = "Personal homepage of Christoph Cullmann."
2019-04-06 17:05:41 +02:00
2019-04-06 18:25:56 +02:00
# Toggling this option needs to rebuild SCSS, requires Hugo extended version
justifyContent = false # Set "text-align: justify" to `.content`.
[[params.social]]
name = "github"
url = "https://github.com/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