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
|
2023-01-06 20:59:44 +00:00
|
|
|
favicon = true
|
|
|
|
|
2023-01-05 22:22:17 +00:00
|
|
|
[params]
|
|
|
|
mode="auto"
|
2024-07-05 17:16:35 +00:00
|
|
|
subtitle = "Mag Fedora, Musik, Podcasts und wandern. Macht etwas mit IT Projekten in einem spannenden Umfeld."
|
2023-01-05 22:22:17 +00:00
|
|
|
|
|
|
|
[[params.social]]
|
2023-01-06 20:43:48 +00:00
|
|
|
name = "Gitea"
|
|
|
|
icon = "git-branch"
|
|
|
|
url = "https://git.ullmann.space/rullmann"
|
2023-01-05 22:22:17 +00:00
|
|
|
|
|
|
|
[[params.social]]
|
2023-01-06 20:43:48 +00:00
|
|
|
name = "GitHub"
|
|
|
|
icon = "github"
|
2024-04-14 20:23:22 +00:00
|
|
|
url = "https://github.com/stillbeben"
|
2023-01-05 22:22:17 +00:00
|
|
|
|
|
|
|
[[params.social]]
|
2023-01-06 20:43:48 +00:00
|
|
|
name = "LinkedIn"
|
|
|
|
icon = "linkedin"
|
|
|
|
url = "https://www.linkedin.com/in/rico-ullmann-1712067b/"
|
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
|
|
|
|
|
2023-01-06 19:49:42 +00:00
|
|
|
[markup]
|
|
|
|
[markup.goldmark]
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|