2021-02-08 05:17:14 +01:00
|
|
|
baseURL = "https://tobiasmanske.de"
|
2021-02-08 01:32:40 +01:00
|
|
|
languageCode = "en-us"
|
2021-02-08 05:06:47 +01:00
|
|
|
title = "Tobias Manske"
|
|
|
|
theme = "PaperMod"
|
|
|
|
pygmentsUseClasses = true
|
|
|
|
disqusShortname = "rad4day"
|
2021-02-08 05:32:48 +01:00
|
|
|
publishDir = "docs"
|
2021-02-08 05:06:47 +01:00
|
|
|
|
|
|
|
[params]
|
|
|
|
defaultTheme = "auto"
|
|
|
|
showtoc = true
|
|
|
|
comments = true
|
|
|
|
tocopen = false
|
|
|
|
ShowBreadCrumbs = true
|
|
|
|
ShowShareButtons = true
|
|
|
|
[params.homeInfoParams]
|
|
|
|
title = "Welcome!"
|
|
|
|
content = "I'm Tobias Manske, a 23 year old computer science student at KIT Karlsruhe."
|
|
|
|
[params.assets]
|
|
|
|
disableHLJS = true
|
|
|
|
|
|
|
|
[params.socialIcons.github]
|
|
|
|
name = "github"
|
|
|
|
url = "https://www.github.com/rad4day"
|
|
|
|
[params.socialIcons.twitter]
|
|
|
|
name = "twitter"
|
|
|
|
url = "https://www.twitter.com/rad4day"
|
|
|
|
[params.socialIcons.mastodon]
|
|
|
|
name = "mastodon"
|
|
|
|
url = "https://www.chaos.social/@rad4day"
|
|
|
|
[params.socialIcons.mail]
|
|
|
|
name = "email"
|
|
|
|
url = "mailto:blog@tobiasmanske.de"
|
|
|
|
|
|
|
|
[markup.highlight]
|
|
|
|
codeFences = true
|
|
|
|
guessSyntax = true
|
|
|
|
lineNos = true
|
|
|
|
useClasses = true
|
|
|
|
tabWidth = 2
|
|
|
|
|
|
|
|
[markup.tableOfContents]
|
|
|
|
endLevel = 3
|
|
|
|
ordered = false
|
|
|
|
startLevel = 2
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "impressum"
|
|
|
|
name = "Impressum"
|
|
|
|
url = "/impressum"
|
|
|
|
weight = 100
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "dsgvo"
|
|
|
|
name = "Datenschutzerklärung"
|
|
|
|
url = "/datenschutzerklarung"
|
|
|
|
weight = 101
|
|
|
|
|
|
|
|
[privacy]
|
|
|
|
[privacy.disqus]
|
|
|
|
disable = false
|
|
|
|
[privacy.googleAnalytics]
|
|
|
|
disable = true
|
|
|
|
[privacy.instagram]
|
|
|
|
disable = true
|
|
|
|
[privacy.twitter]
|
|
|
|
disable = true
|
|
|
|
[privacy.vimeo]
|
|
|
|
disable = true
|
|
|
|
[privacy.youtube]
|
|
|
|
disable = false
|
|
|
|
privacyEnhanced = true
|
|
|
|
|