iamstephan.info/hugo.toml

61 lines
1.5 KiB
TOML
Raw 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"
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"
2025-01-05 23:52:51 +01:00
xing = "Stephan_Hadan"
bsky = "stiebke.bsky.social"
2025-01-06 01:22:46 +01:00
devto = "stiebke"
2025-01-05 23:52:51 +01:00
mastodon = "freiburg.social/@stiebke"
2025-01-05 21:56:59 +01:00
orcid = "0009-0007-0675-657X"
email = "stephan@hadan.de"
pgp = "hadan-public.asc"
2025-01-05 21:56:59 +01:00
## 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]]
name = "techstack"
identifier = "techstack"
2025-01-26 14:25:17 +01:00
weight = 300
2025-01-26 13:44:08 +01:00
url = "https://techstack.hadan.de"