All checks were successful
Build,test and deploy iamstephan.info / deploy-prod (push) Successful in 18s
67 lines
1.8 KiB
TOML
67 lines
1.8 KiB
TOML
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 tech’s 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 = "blog"
|
||
identifier = "blog"
|
||
weight = 300
|
||
url = "https://stephan.hadan.de/blog/"
|
||
[[menu.main]]
|
||
name = "techstack"
|
||
identifier = "techstack"
|
||
weight = 400
|
||
url = "https://techstack.hadan.de"
|
||
[[menu.main]]
|
||
name = "contact"
|
||
identifier = "contact"
|
||
weight = 500
|
||
url = "https://stephan.hadan.de/contact/"
|