iamstephan.info/hugo.toml
Stephan Hadan 82950d5ac3
All checks were successful
Build,test and deploy iamstephan.info / deploy-prod (push) Successful in 18s
changed goa theme after update
2025-01-26 14:25:17 +01:00

62 lines
1.5 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 | Always exploring techs edge!"
authorimage = "headshot.png"
dateformat = "Jan 2, 2006"
[params.social]
github = "stiebke"
linkedin = "stiebke"
xing = "Stephan_Hadan"
twitter = "hadan72"
bsky = "stiebke.bsky.social"
threads = "stiebke"
devto = "stiebke"
mastodon = "freiburg.social/@stiebke"
orcid = "0009-0007-0675-657X"
email = "stephan@hadan.de"
pgp = "hadan-public.asc"
## 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"