tobiasmanske.de/config.toml

91 lines
1.9 KiB
TOML
Raw Normal View History

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"
enableRobotsTXT = true
2021-02-08 05:06:47 +01:00
2021-03-28 04:28:09 +02:00
[author]
name = "Tobias Manske"
email = "blog@tobiasmanske.de"
2021-02-08 05:06:47 +01:00
[params]
defaultTheme = "auto"
showtoc = true
comments = true
tocopen = false
ShowBreadCrumbs = true
ShowShareButtons = true
2021-02-24 20:58:34 +01:00
author = "Tobias Manske"
2022-01-23 03:13:45 +01:00
env = "production"
2021-02-26 15:26:50 +01:00
twitter = "@rad4day"
2021-02-26 14:54:30 +01:00
description = "Blog about learning and technology by a KIT University Student"
2021-02-08 05:06:47 +01:00
[params.homeInfoParams]
title = "Welcome!"
2022-11-22 01:07:38 +01:00
content = "I'm Tobias Manske, a 25 year old computer science student at KIT Karlsruhe."
2021-02-08 05:06:47 +01:00
[params.assets]
disableHLJS = true
2021-02-24 20:58:34 +01:00
[languages]
[languages.en]
languageName = "English"
languageCode = "en-us"
weight = 1
[[params.socialIcons]]
2021-02-08 05:06:47 +01:00
name = "github"
url = "https://www.github.com/rad4day"
2021-04-03 18:25:37 +02:00
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/in/tobias-manske-a595111b7"
2021-02-24 20:58:34 +01:00
[[params.socialIcons]]
2021-02-08 05:06:47 +01:00
name = "mastodon"
2021-02-12 02:36:52 +01:00
url = "https://chaos.social/@rad4day"
2021-02-24 20:58:34 +01:00
[[params.socialIcons]]
2021-02-08 05:06:47 +01:00
name = "email"
url = "mailto:blog@tobiasmanske.de"
[markup.highlight]
codeFences = true
guessSyntax = true
lineNos = true
useClasses = true
tabWidth = 2
2021-04-16 02:00:49 +02:00
[markup.goldmark.renderer]
unsafe = true
2021-02-08 05:06:47 +01:00
[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