hugo-ullmann.space/config.toml

43 lines
838 B
TOML

baseURL = "https://ullmann.space"
languageCode = "de-de"
title = "Rico Ullmann"
theme="archie"
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
favicon = true
[params]
mode="auto"
subtitle = "Mag Fedora, Musik, Podcasts und Fahrrad fahren. Macht etwas mit IT Projekten in einem agilen Umfeld."
[[params.social]]
name = "Gitea"
icon = "git-branch"
url = "https://git.ullmann.space/rullmann"
[[params.social]]
name = "GitHub"
icon = "github"
url = "https://github.com/stillbeben"
[[params.social]]
name = "LinkedIn"
icon = "linkedin"
url = "https://www.linkedin.com/in/rico-ullmann-1712067b/"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about"
weight = 2
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true