iamstephan.info/hugo.toml
Stephan Hadan 7b5fff3a2c
All checks were successful
Build,test and deploy iamstephan.info / deploy-prod (push) Successful in 16s
some new additions, new teaser text
2025-03-10 13:28:50 +01:00

62 lines
1.7 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 | 🧑‍💻 Always exploring techs edge! | 🇪🇺 Plea for digital sovereignty in Europe"
authorimage = "headshot.png"
dateformat = "Jan 2, 2006"
[params.social]
codeberg = "stiebke25"
xing = "Stephan_Hadan"
bsky = "stiebke.bsky.social"
mastodon = "freiburg.social/@stiebke"
pixelfed = "pixelfed.de/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). [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 = "techstack"
identifier = "techstack"
weight = 300
url = "https://techstack.hadan.de"
[[menu.main]]
name = "contact"
identifier = "contact"
weight = 400
url = "https://stephan.hadan.de/contact/"