All checks were successful
Build,test and deploy iamstephan.info / deploy-prod (push) Successful in 18s
40 lines
992 B
TOML
40 lines
992 B
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"
|
||
instagram = "stiebke"
|
||
linkedin = "stiebke"
|
||
twitter = "hadan72"
|
||
orcid = "0009-0007-0675-657X"
|
||
email = "stephan@hadan.de"
|
||
|
||
## Extras
|
||
[params.extra]
|
||
copyright = "© 2025. Stephan Hadan. [Some Rights Reserved](https://creativecommons.org/licenses/by/4.0/deed.en)."
|
||
poweredby = false
|
||
highlightjs = true
|
||
socialmarkup = true
|
||
toc = true
|
||
displayrssicon = false
|