iamstephan.info/hugo.toml

68 lines
1.8 KiB
TOML
Raw Permalink Normal View History

2025-01-05 21:09:10 +01:00
baseURL = 'https://iamstephan.info/'
2025-01-05 21:56:59 +01:00
builddrafts = false
canonifyurls = false
languageCode = 'en-US'
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
author = "Stephan Hadan"
title = "Stephan Hadan"
2025-01-05 21:09:10 +01:00
theme = 'hugo-goa'
2025-01-05 21:56:59 +01:00
enableRobotsTXT = true
## Site Settings
[params]
author = "Stephan Hadan"
intro = "Senior Principal IT Operations Engineer"
2025-03-10 13:59:19 +01:00
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 techs edge! | 🇪🇺 Plea for digital sovereignty in Europe 🇪🇺"
2025-01-05 21:56:59 +01:00
authorimage = "headshot.png"
dateformat = "Jan 2, 2006"
[params.social]
2025-03-10 12:27:48 +01:00
codeberg = "stiebke25"
2025-01-05 23:52:51 +01:00
xing = "Stephan_Hadan"
bsky = "stiebke.bsky.social"
mastodon = "freiburg.social/@stiebke"
2025-03-10 13:28:50 +01:00
pixelfed = "pixelfed.de/stiebke"
2025-01-05 21:56:59 +01:00
orcid = "0009-0007-0675-657X"
## Extras
[params.extra]
2025-01-26 13:30:40 +01:00
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/)."
2025-01-05 21:56:59 +01:00
poweredby = false
highlightjs = true
socialmarkup = true
toc = true
2025-01-26 13:44:08 +01:00
displayrssicon = false
## Main Menu
[[menu.main]]
name = "about"
identifier = "about"
2025-01-26 14:25:17 +01:00
weight = 100
2025-01-26 13:44:08 +01:00
url = "https://stephan.hadan.de/about/"
[[menu.main]]
name = "projects"
identifier = "projects"
2025-01-26 14:25:17 +01:00
weight = 200
2025-01-26 13:44:08 +01:00
url = "https://stephan.hadan.de/projects/overview/"
[[menu.main]]
2025-03-10 13:59:19 +01:00
name = "blog"
identifier = "blog"
weight = 300
url = "https://stephan.hadan.de/blog/"
[[menu.main]]
2025-01-26 13:44:08 +01:00
name = "techstack"
identifier = "techstack"
2025-03-10 13:59:19 +01:00
weight = 400
2025-03-10 13:28:50 +01:00
url = "https://techstack.hadan.de"
[[menu.main]]
name = "contact"
identifier = "contact"
2025-03-10 13:59:19 +01:00
weight = 500
2025-03-10 13:28:50 +01:00
url = "https://stephan.hadan.de/contact/"