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 23:31:53 +02:00
|
|
|
|
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
|
|
|
|
2019-04-11 22:27:15 +02:00
|
|
|
[outputs]
|
|
|
|
# JSON for search
|
|
|
|
home = ["HTML", "RSS", "JSON"]
|
|
|
|
|
2019-04-06 17:01:27 +02:00
|
|
|
[params]
|
2019-04-06 22:50:53 +02:00
|
|
|
# me
|
2019-04-06 22:24:29 +02:00
|
|
|
author = "Christoph Cullmann"
|
|
|
|
|
2019-04-06 22:50:53 +02:00
|
|
|
# what's this?
|
2019-04-06 22:24:29 +02:00
|
|
|
description = "Christoph Cullmann's personal website"
|
|
|
|
|
2019-04-06 22:50:53 +02:00
|
|
|
# some keywords
|
2019-04-06 22:24:29 +02:00
|
|
|
keywords = "blog,developer,personal"
|
|
|
|
|
2019-04-06 22:50:53 +02:00
|
|
|
# my profession
|
2019-04-06 22:24:29 +02:00
|
|
|
info = "Software Engineer"
|
|
|
|
|
2019-04-07 19:03:17 +02:00
|
|
|
# my cartoon variant ;=)
|
2019-04-13 23:13:44 +02:00
|
|
|
avatarurl = "images/christoph_avatar.jpg"
|
2019-04-06 22:24:29 +02:00
|
|
|
|
2019-04-06 22:50:53 +02:00
|
|
|
# ;=) how true
|
|
|
|
footercontent = "Ignorance is bliss..."
|
2019-04-06 22:24:29 +02:00
|
|
|
|
2019-04-06 22:50:53 +02:00
|
|
|
# nice footer
|
2019-04-06 22:24:29 +02:00
|
|
|
hideCredits = true
|
|
|
|
hideCopyright = false
|
|
|
|
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:50:53 +02:00
|
|
|
#
|
|
|
|
# links to my public profiles
|
|
|
|
#
|
|
|
|
|
2019-04-08 18:50:57 +02:00
|
|
|
[[params.social]]
|
|
|
|
name = "E-Mail"
|
|
|
|
icon = "fa fa-envelope"
|
|
|
|
weight = 1
|
|
|
|
url = "mailto:christoph@cullmann.io"
|
|
|
|
|
2019-04-06 22:24:29 +02:00
|
|
|
[[params.social]]
|
2019-04-06 23:16:25 +02:00
|
|
|
name = "GitHub"
|
2019-04-06 22:24:29 +02:00
|
|
|
icon = "fab fa-github"
|
2019-04-08 18:50:57 +02:00
|
|
|
weight = 2
|
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"
|
2019-04-08 18:50:57 +02:00
|
|
|
weight = 3
|
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"
|
2019-04-08 18:50:57 +02:00
|
|
|
weight = 4
|
2019-04-07 19:07:08 +02:00
|
|
|
url = "https://www.youtube.com/c/ChristophCullmann/"
|
2019-04-06 19:34:09 +02:00
|
|
|
|
2019-04-06 22:47:57 +02:00
|
|
|
[[params.social]]
|
|
|
|
name = "amazon.de"
|
|
|
|
icon = "fab fa-amazon"
|
2019-04-08 18:50:57 +02:00
|
|
|
weight = 5
|
2019-04-06 22:47:57 +02:00
|
|
|
url = "https://www.amazon.de/gp/profile/amzn1.account.AGWKWWFPCHLCW6E33CEFF7XKIHAQ"
|
|
|
|
|
2019-04-06 22:50:53 +02:00
|
|
|
#
|
|
|
|
# main menu
|
|
|
|
#
|
|
|
|
|
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-09 22:30:28 +02:00
|
|
|
[[menu.main]]
|
|
|
|
name = "Links"
|
|
|
|
url = "links/"
|
|
|
|
weight = 50
|
|
|
|
|
2019-04-11 23:02:11 +02:00
|
|
|
[[menu.main]]
|
|
|
|
name = "Search"
|
|
|
|
url = "search/"
|
|
|
|
weight = 60
|
|
|
|
|
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-11 23:02:11 +02:00
|
|
|
weight = 70
|
2019-04-12 23:52:22 +02:00
|
|
|
|
|
|
|
# maximal privacy
|
|
|
|
[privacy]
|
|
|
|
[privacy.disqus]
|
|
|
|
disable = true
|
|
|
|
[privacy.googleAnalytics]
|
|
|
|
disable = true
|
|
|
|
[privacy.instagram]
|
|
|
|
disable = true
|
|
|
|
[privacy.twitter]
|
|
|
|
disable = true
|
|
|
|
[privacy.vimeo]
|
|
|
|
disable = true
|
|
|
|
[privacy.youtube]
|
|
|
|
disable = true
|