cullmann.io/config.toml
2019-04-06 18:44:38 +02:00

63 lines
1.2 KiB
TOML

# our homepage url
baseURL = "https://cullmann.io/"
# default content is in english
languageCode = "en-us"
defaultContentLanguage = "en"
# cullmann.io website
title = "cullmann.io"
# use hermit theme
theme = "hermit"
# some settings
enableGitInfo = true
pygmentsCodefences = true
pygmentsUseClasses = true
enableEmoji = true
[author]
name = "Christoph Cullmann"
[params]
# different date formats to use
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
# our color
themeColor = "#494f5c"
# this is my homepage
homeSubtitle = "Personal homepage of Christoph Cullmann."
# 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/"
[[params.social]]
name = "twitter"
url = "https://twitter.com/ChrCullmann/"
[menu]
[[menu.main]]
name = "Posts"
url = "posts/"
weight = 10
[[menu.main]]
name = "About"
url = "about/"
weight = 20
[[menu.main]]
name = "Impressum"
url = "impressum/"
weight = 30