cullmann.io/config.toml

150 lines
2.6 KiB
TOML
Raw Normal View History

2019-04-06 17:01:27 +02:00
# our homepage url
baseURL = "https://cullmann.io/"
# cullmann.io website
2019-08-03 22:26:50 +02:00
title = "Ignorance is bliss..."
2019-04-06 17:01:27 +02:00
2019-08-03 22:26:50 +02:00
# theme hugo-coder
theme = "beautifulhugo"
2019-04-06 22:24:29 +02:00
# content == english, Impressum is german
languagecode = "en"
defaultcontentlanguage = "en"
# 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
2019-08-03 22:26:50 +02:00
pygmentsStyle = "trac"
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
2019-04-06 17:01:27 +02:00
2019-04-15 08:00:30 +02:00
# add info for crawlers
enableRobotsTXT = true
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-08-03 22:30:14 +02:00
# we want to self-host stuff, no data leaks to google and co.
selfHosted = true
2019-04-06 22:24:29 +02:00
2019-08-03 22:30:14 +02:00
# Kate mascot
2019-08-03 22:48:07 +02:00
logo = "images/christoph_logo.png"
2019-04-06 22:24:29 +02:00
2019-08-03 22:30:14 +02:00
dateFormat = "January 2, 2006"
commit = true
rss = false
comments = false
readingTime = true
wordCount = false
useHLJS = true
socialShare = false
showRelatedPosts = true
2019-04-06 22:24:29 +02:00
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-14 21:17:59 +02:00
[[params.social]]
name = "GitLab"
icon = "fab fa-gitlab"
weight = 3
url = "https://gitlab.com/cullmann"
2019-04-06 22:24:29 +02:00
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter"
2019-04-14 21:17:59 +02:00
weight = 4
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-14 21:17:59 +02:00
weight = 5
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-14 21:17:59 +02:00
weight = 6
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-08-03 22:30:14 +02:00
name = "BLOG"
url = ""
2019-04-06 17:05:41 +02:00
weight = 10
[[menu.main]]
2019-08-03 22:30:14 +02:00
identifier = "menu"
name = "MORE"
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]]
2019-08-03 22:30:14 +02:00
parent = "menu"
2019-04-06 19:12:12 +02:00
name = "Projects"
url = "projects/"
weight = 30
[[menu.main]]
2019-08-03 22:30:14 +02:00
parent = "menu"
2019-04-06 19:12:12 +02:00
name = "Academic"
url = "academic/"
weight = 40
[[menu.main]]
2019-08-03 22:30:14 +02:00
parent = "menu"
name = "Links"
url = "links/"
weight = 50
2019-04-11 23:02:11 +02:00
[[menu.main]]
2019-08-03 22:30:14 +02:00
parent = "menu"
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
2019-08-03 22:30:14 +02:00
[[menu.main]]
name = "ABOUT"
url = "about/"
weight = 30
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