cullmann.io/config.toml

110 lines
2 KiB
TOML
Raw Normal View History

2019-04-06 17:01:27 +02:00
# our homepage url
baseURL = "https://cullmann.io/"
# cullmann.io website
title = "cullmann.io"
2019-04-06 22:24:29 +02:00
# theme
theme = "hugo-coder"
# content == english, Impressum is german
languagecode = "en"
defaultcontentlanguage = "en"
# pagination
paginate = 20
2019-04-06 17:01:27 +02:00
2019-04-06 22:24:29 +02:00
# allow git
2019-04-06 18:11:50 +02:00
enableGitInfo = true
2019-04-06 22:24:29 +02:00
# nice urls
canonifyurls = true
2019-04-06 18:11:50 +02:00
2019-04-06 22:24:29 +02:00
# pygment settings
pygmentsstyle = "b2"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
2019-04-06 17:01:27 +02:00
[params]
2019-04-06 22:24:29 +02:00
author = "Christoph Cullmann"
description = "Christoph Cullmann's personal website"
keywords = "blog,developer,personal"
info = "Software Engineer"
avatarurl = "images/avatar.jpg"
#footercontent = "Enter a text here."
dateformat = "January 2, 2006"
hideCredits = true
hideCopyright = false
# Git Commit in Footer, uncomment the line below to enable it.
commit = "https://github.com/christoph-cullmann/cullmann.io/tree/"
# no right to left
rtl = false
2019-04-06 17:01:27 +02:00
2019-04-06 22:24:29 +02:00
# Use inverted colors
inverted = true
2019-04-06 17:01:27 +02:00
2019-04-06 22:24:29 +02:00
# Series see also post count
maxSeeAlsoItems = 5
2019-04-06 17:05:41 +02:00
2019-04-06 22:24:29 +02:00
# Custom CSS
custom_css = []
2019-04-06 18:25:56 +02:00
2019-04-06 22:24:29 +02:00
[[params.social]]
name = "Github"
icon = "fab fa-github"
weight = 1
2019-04-06 18:25:56 +02:00
url = "https://github.com/christoph-cullmann/"
2019-04-06 22:24:29 +02:00
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter"
weight = 2
2019-04-06 18:44:38 +02:00
url = "https://twitter.com/ChrCullmann/"
2019-04-06 22:24:29 +02:00
[[params.social]]
name = "YouTube"
icon = "fab fa-youtube"
weight = 3
2019-04-06 19:34:09 +02:00
url = "https://www.youtube.com/channel/UChxsQT-6tVSbEmfiPqMM1Jg"
2019-04-06 22:47:57 +02:00
[[params.social]]
name = "amazon.de"
icon = "fab fa-amazon"
weight = 4
url = "https://www.amazon.de/gp/profile/amzn1.account.AGWKWWFPCHLCW6E33CEFF7XKIHAQ"
2019-04-06 17:05:41 +02:00
[menu]
[[menu.main]]
2019-04-06 19:12:12 +02:00
name = "About"
url = "about/"
2019-04-06 17:05:41 +02:00
weight = 10
[[menu.main]]
2019-04-06 19:12:12 +02:00
name = "Posts"
url = "posts/"
2019-04-06 17:05:41 +02:00
weight = 20
2019-04-06 17:37:54 +02:00
2019-04-06 19:12:12 +02:00
[[menu.main]]
name = "Projects"
url = "projects/"
weight = 30
[[menu.main]]
name = "Academic"
url = "academic/"
weight = 40
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 19:12:12 +02:00
weight = 50