added some content
All checks were successful
Build,test and deploy iamstephan.info / deploy-prod (push) Successful in 18s
All checks were successful
Build,test and deploy iamstephan.info / deploy-prod (push) Successful in 18s
This commit is contained in:
parent
fab357b7a6
commit
5ba476ab67
26 changed files with 196 additions and 56 deletions
40
hugo.toml
40
hugo.toml
|
@ -1,4 +1,40 @@
|
|||
baseURL = 'https://iamstephan.info/'
|
||||
languageCode = 'en-us'
|
||||
title = 'Hi, I am Stephan'
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue