iamstephan.info/hugo.toml
Stephan Hadan 990c35dd1d
Some checks failed
Build,test and deploy iamstephan.info / deploy-prod (push) Failing after 4m11s
some changes
2025-05-29 14:03:47 +02:00

71 lines
2 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

baseURL = 'https://iamstephan.info/'
builddrafts = false
canonifyurls = false
languageCode = 'en-US'
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
author = "Stephan Hadan"
title = "Stephan Hadan"
theme = 'hugo-goa'
enableRobotsTXT = true
## Site Settings
[params]
author = "Stephan Hadan"
intro = "Senior Principal IT Operations Engineer"
description = "💻 OSS enthusiast | 🔧 Mac & beyond sysadmin | 🤖 AI practitioner | 🆔 Zero Trust advocate | 🚀 Open Source > proprietary | 👮 Information security and 🔏 data protection specialist | 🆘 Service and support engineer | 🧑‍💻 Always exploring techs edge! | 🇪🇺 Plea for digital sovereignty in Europe 🇪🇺"
authorimage = "headshot.png"
dateformat = "Jan 2, 2006"
[params.social]
codeberg = "stiebke25"
bsky = "stiebke.de"
mastodon = "hadan.social/@stiebke"
pixelfed = "pixel.hadan.social/stiebke"
orcid = "0009-0007-0675-657X"
## Extras
[params.extra]
copyright = "© 2025 Stephan Hadan. [Some Rights Reserved](https://creativecommons.org/licenses/by/4.0/deed.en) with [commercial text data mining opt-out](https://stephan.hadan.de/imprint/#vorbehalt-der-nutzung-fur-text-und-data-mining-opt-out-erklarung). [Data Privacy](https://stephan.hadan.de/dataprivacy/). [Imprint](https://stephan.hadan.de/imprint/)."
poweredby = false
highlightjs = true
socialmarkup = true
toc = true
displayrssicon = false
## Main Menu
[[menu.main]]
name = "about"
identifier = "about"
weight = 100
url = "https://stephan.hadan.de/about/"
[[menu.main]]
name = "projects"
identifier = "projects"
weight = 200
url = "https://stephan.hadan.de/projects/overview/"
[[menu.main]]
name = "blog"
identifier = "blog"
weight = 300
url = "https://stephan.hadan.de/blog/"
[[menu.main]]
name = "techblog"
identifier = "techblog"
weight = 400
url = "https://reaktionsfaehig.net"
[[menu.main]]
name = "techstack"
identifier = "techstack"
weight = 500
url = "https://techstack.hadan.de"
[[menu.main]]
name = "contact"
identifier = "contact"
weight = 600
url = "https://stephan.hadan.de/contact/"