2023-01-05 22:22:17 +00:00
|
|
|
baseURL = "https://ullmann.space"
|
|
|
|
languageCode = "de-de"
|
|
|
|
title = "Rico Ullmann"
|
|
|
|
theme="archie"
|
|
|
|
pygmentsstyle = "monokai"
|
|
|
|
pygmentscodefences = true
|
|
|
|
pygmentscodefencesguesssyntax = true
|
|
|
|
[params]
|
|
|
|
mode="auto"
|
|
|
|
subtitle = "Mag Fedora, Musik, Podcasts und Fahrrad fahren. Macht etwas mit IT Projekten in einem agilen Umfeld."
|
|
|
|
|
|
|
|
[[params.social]]
|
|
|
|
name = "GitHub"
|
|
|
|
icon = "github"
|
|
|
|
url = "https://github.com/athul/archie"
|
|
|
|
|
|
|
|
[[params.social]]
|
|
|
|
name = "Twitter"
|
|
|
|
icon = "twitter"
|
|
|
|
url = "https://github.com/athulcajay/"
|
|
|
|
|
|
|
|
[[params.social]]
|
|
|
|
name = "GitLab"
|
|
|
|
icon = "gitlab"
|
|
|
|
url = "https://gitlab.com/athul/"
|
2023-01-06 19:49:42 +00:00
|
|
|
|
2023-01-05 22:22:17 +00:00
|
|
|
[[menu.main]]
|
|
|
|
name = "Home"
|
|
|
|
url = "/"
|
|
|
|
weight = 1
|
|
|
|
|
|
|
|
[[menu.main]]
|
2023-01-06 19:49:42 +00:00
|
|
|
name = "About"
|
|
|
|
url = "/about"
|
2023-01-05 22:22:17 +00:00
|
|
|
weight = 2
|
|
|
|
|
|
|
|
[[menu.main]]
|
2023-01-06 19:49:42 +00:00
|
|
|
name = "Impress"
|
|
|
|
url = "/impress"
|
2023-01-05 22:22:17 +00:00
|
|
|
weight = 3
|
|
|
|
|
2023-01-06 19:49:42 +00:00
|
|
|
[markup]
|
|
|
|
[markup.goldmark]
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|