All checks were successful
Build,test and deploy iamstephan.info / deploy-prod (push) Successful in 21s
44 lines
1.2 KiB
TOML
44 lines
1.2 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 | Always exploring tech’s edge!"
|
||
authorimage = "headshot.png"
|
||
dateformat = "Jan 2, 2006"
|
||
|
||
[params.social]
|
||
github = "stiebke"
|
||
linkedin = "stiebke"
|
||
xing = "Stephan_Hadan"
|
||
twitter = "hadan72"
|
||
bsky = "stiebke.bsky.social"
|
||
devto = "stiebke"
|
||
mastodon = "freiburg.social/@stiebke"
|
||
orcid = "0009-0007-0675-657X"
|
||
email = "stephan@hadan.de"
|
||
pgp = "9D95 EABB 5CD9 4383 298B 20B2 B2F9 DCEB 3DA7 00D5"
|
||
|
||
## 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
|