2025-01-23 16:20:25 +01:00
|
|
|
# Copyright (c) 2024-2025 Stephan Hadan <stephan@hadan.de>
|
2024-12-02 18:52:04 +01:00
|
|
|
|
|
|
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
# of this software and associated documentation files (the "Software"), to
|
|
|
|
# deal in the Software without restriction, including without limitation the
|
|
|
|
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
|
|
# sell copies of the Software, and to permit persons to whom the Software is
|
|
|
|
# furnished to do so, subject to the following conditions:
|
|
|
|
|
|
|
|
# The above copyright notice and this permission notice shall be included in
|
|
|
|
# all copies or substantial portions of the Software.
|
|
|
|
|
|
|
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
|
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
|
|
# IN THE SOFTWARE.
|
|
|
|
|
|
|
|
# Project information
|
2024-12-02 14:12:33 +01:00
|
|
|
site_name: Stephan Hadan
|
2024-12-02 15:08:19 +01:00
|
|
|
site_url: https://stephan.hadan.de/
|
2025-01-24 09:16:52 +01:00
|
|
|
site_author: stephan@hadan.de (Stephan Hadan)
|
2024-12-02 18:52:04 +01:00
|
|
|
site_description: >-
|
2025-02-28 09:10:51 +01:00
|
|
|
OSS enthusiast | Mac & beyond sysadmin | AI practitioner | Zero Trust advocate | Open Source > proprietary | Always exploring tech's edge!
|
2024-12-02 18:52:04 +01:00
|
|
|
|
|
|
|
# Repository
|
2025-01-06 13:41:10 +01:00
|
|
|
repo_url: https://git.hadan-it.com/web/stephan.hadan.de
|
|
|
|
repo_name: web/stephan.hadan.de
|
2024-12-02 17:52:34 +01:00
|
|
|
|
2024-12-02 18:52:04 +01:00
|
|
|
# Copyright
|
2024-12-23 14:26:51 +01:00
|
|
|
copyright: Copyright © 2024-2025 Stephan Hadan
|
2024-12-02 18:52:04 +01:00
|
|
|
|
|
|
|
# Configuration
|
2024-12-02 14:12:33 +01:00
|
|
|
theme:
|
|
|
|
name: material
|
2024-12-02 21:51:50 +01:00
|
|
|
custom_dir: overrides
|
2024-12-27 17:54:58 +01:00
|
|
|
palette:
|
|
|
|
# - media: "(prefers-color-scheme: dark)"
|
|
|
|
- scheme: slate
|
|
|
|
accent: amber
|
2024-12-02 21:51:50 +01:00
|
|
|
toggle:
|
2024-12-27 17:54:58 +01:00
|
|
|
icon: material/brightness-2
|
|
|
|
name: "Switch to light mode"
|
|
|
|
# - media: "(prefers-color-scheme: light)"
|
|
|
|
- scheme: default
|
|
|
|
accent: deep purple
|
2024-12-02 21:51:50 +01:00
|
|
|
toggle:
|
2024-12-27 17:54:58 +01:00
|
|
|
icon: material/brightness-5
|
|
|
|
name: "Switch to dark mode"
|
2024-12-02 21:51:50 +01:00
|
|
|
font:
|
2024-12-27 17:54:58 +01:00
|
|
|
text: Noto Sans
|
2024-12-02 21:51:50 +01:00
|
|
|
code: Roboto Mono
|
2024-12-02 14:12:33 +01:00
|
|
|
logo: assets/logo.png
|
|
|
|
favicon: images/favicon.png
|
2024-12-02 17:52:34 +01:00
|
|
|
icon:
|
|
|
|
repo: fontawesome/brands/git-alt
|
2024-12-02 14:12:33 +01:00
|
|
|
language: de
|
|
|
|
features:
|
2024-12-02 21:51:50 +01:00
|
|
|
- announce.dismiss
|
2024-12-03 09:52:11 +01:00
|
|
|
- content.code.copy
|
2024-12-02 14:12:33 +01:00
|
|
|
- navigation.instant
|
|
|
|
- navigation.instant.progress
|
|
|
|
- navigation.tracking
|
|
|
|
- navigation.tabs
|
|
|
|
- navigation.sections
|
|
|
|
- navigation.expand
|
|
|
|
- navigation.footer
|
2024-12-04 12:35:34 +01:00
|
|
|
- navigation.path
|
|
|
|
- navigation.instant.preview
|
2024-12-02 14:12:33 +01:00
|
|
|
- toc.follow
|
2024-12-02 15:55:02 +01:00
|
|
|
- toc.integrate
|
2024-12-02 14:12:33 +01:00
|
|
|
- navigation.top
|
|
|
|
- search.suggest
|
|
|
|
- search.highlight
|
|
|
|
- search.share
|
|
|
|
|
2024-12-02 18:52:04 +01:00
|
|
|
# Plugins
|
2024-12-02 14:12:33 +01:00
|
|
|
plugins:
|
|
|
|
- search
|
2024-12-02 22:33:55 +01:00
|
|
|
- privacy:
|
|
|
|
enabled: !ENV [CI, false]
|
2025-01-07 14:59:55 +01:00
|
|
|
assets_exclude:
|
|
|
|
- analytics.hadan-it.com/*
|
2025-01-07 15:45:01 +01:00
|
|
|
- consentcdn.cookiebot.com/*
|
2025-01-23 15:00:53 +01:00
|
|
|
- library.serviceinnovation.org/*
|
2024-12-03 09:52:11 +01:00
|
|
|
- mkdocstrings:
|
|
|
|
handlers:
|
|
|
|
python:
|
|
|
|
import:
|
|
|
|
- https://docs.python.org/3/objects.inv
|
|
|
|
- https://installer.readthedocs.io/en/stable/objects.inv
|
|
|
|
options:
|
|
|
|
show_bases: false
|
|
|
|
show_source: true
|
|
|
|
show_labels: false
|
|
|
|
show_root_heading: true
|
2024-12-02 22:44:49 +01:00
|
|
|
- optimize:
|
|
|
|
enabled: !ENV [CI, false]
|
2024-12-02 23:10:17 +01:00
|
|
|
- typeset
|
2024-12-03 09:52:11 +01:00
|
|
|
- awesome-pages
|
2024-12-02 14:12:33 +01:00
|
|
|
- blog:
|
|
|
|
archive: false
|
2024-12-02 17:52:34 +01:00
|
|
|
- git-revision-date-localized:
|
2024-12-02 21:51:50 +01:00
|
|
|
enabled: !ENV [CI, false]
|
2024-12-02 18:01:01 +01:00
|
|
|
enable_creation_date: true
|
2025-01-08 01:10:17 +01:00
|
|
|
exclude:
|
|
|
|
- index.md
|
2025-01-08 00:52:39 +01:00
|
|
|
- git-authors:
|
|
|
|
exclude:
|
|
|
|
- index.md
|
2024-12-02 21:51:50 +01:00
|
|
|
- rss:
|
2025-01-24 20:55:07 +01:00
|
|
|
# enabled: !ENV [CI, false]
|
2025-01-24 17:39:43 +01:00
|
|
|
pretty_print: true
|
2024-12-02 21:51:50 +01:00
|
|
|
match_path: blog/posts/.*
|
|
|
|
date_from_meta:
|
|
|
|
as_creation: date
|
|
|
|
categories:
|
|
|
|
- categories
|
|
|
|
- tags
|
2024-12-27 17:54:58 +01:00
|
|
|
- social:
|
|
|
|
cards_layout_options:
|
|
|
|
background_color: "#151819"
|
|
|
|
color: "#5FFFD7"
|
2024-12-03 09:52:11 +01:00
|
|
|
- macros
|
2024-12-02 14:12:33 +01:00
|
|
|
|
2024-12-02 18:52:04 +01:00
|
|
|
# Additional configuration
|
2024-12-02 14:12:33 +01:00
|
|
|
extra:
|
|
|
|
social:
|
|
|
|
- icon: fontawesome/brands/github
|
|
|
|
link: https://github.com/stiebke
|
2025-01-08 19:40:17 +01:00
|
|
|
- icon: fontawesome/brands/dev
|
|
|
|
link: https://dev.to/stiebke
|
2024-12-02 18:52:04 +01:00
|
|
|
- icon: fontawesome/brands/bluesky
|
2024-12-02 14:12:33 +01:00
|
|
|
link: https://bsky.app/profile/stiebke.bsky.social
|
|
|
|
- icon: fontawesome/brands/mastodon
|
|
|
|
link: https://freiburg.social/@stiebke
|
2025-03-04 14:27:30 +01:00
|
|
|
#- icon: fontawesome/brands/threads
|
|
|
|
# link: https://www.threads.net/@stiebke
|
|
|
|
#- icon: fontawesome/brands/x-twitter
|
|
|
|
# link: https://x.com/hadan72
|
2025-01-08 19:40:17 +01:00
|
|
|
- icon: fontawesome/brands/xing
|
|
|
|
link: https://www.xing.com/profile/Stephan_Hadan
|
|
|
|
- icon: fontawesome/brands/linkedin
|
2025-02-25 10:59:09 +01:00
|
|
|
link: https://de.linkedin.com/in/stiebke2010
|
2024-12-23 14:44:01 +01:00
|
|
|
- icon: fontawesome/brands/gitter
|
2024-12-23 14:26:51 +01:00
|
|
|
link: https://matrix.to/#/@stiebke:gitter.im
|
2024-12-23 18:41:24 +01:00
|
|
|
- icon: fontawesome/brands/signal-messenger
|
2024-12-23 18:29:34 +01:00
|
|
|
link: https://stephan.hadan.de/contact/#signal
|
2024-12-23 16:53:21 +01:00
|
|
|
- icon: fontawesome/brands/slack
|
|
|
|
link: https://hadanit.slack.com/team/U04BLKQF2M8
|
2025-03-04 20:13:22 +01:00
|
|
|
- icon: simple/pixelfed
|
|
|
|
link: https://pixelfed.de/users/stiebke
|
2024-12-02 22:33:55 +01:00
|
|
|
- icon: fontawesome/solid/rss
|
2025-01-24 16:51:43 +01:00
|
|
|
link: https://stephan.hadan.de/rss/
|
|
|
|
name: RSS-Feeds dieser Webseite
|
2025-01-08 19:40:17 +01:00
|
|
|
isso:
|
|
|
|
custom_url: https://comments.hadan-it.com
|
2025-02-17 03:17:40 +01:00
|
|
|
status:
|
|
|
|
deprecated: Wird entfernt
|
|
|
|
new: Kürzlich hinzugefügt
|
|
|
|
wip: WIP
|
2024-12-02 18:52:04 +01:00
|
|
|
|
2024-12-27 17:54:58 +01:00
|
|
|
extra_css:
|
|
|
|
- assets/css/custom.css
|
2025-02-17 03:17:40 +01:00
|
|
|
- assets/css/extra-icons.css
|
2024-12-27 17:54:58 +01:00
|
|
|
|
2024-12-02 18:52:04 +01:00
|
|
|
# Extensions
|
2024-12-02 14:12:33 +01:00
|
|
|
markdown_extensions:
|
|
|
|
- abbr
|
2024-12-02 23:10:17 +01:00
|
|
|
- admonition
|
2024-12-02 21:51:50 +01:00
|
|
|
- attr_list
|
2024-12-02 23:10:17 +01:00
|
|
|
- def_list
|
|
|
|
- footnotes
|
2024-12-02 21:51:50 +01:00
|
|
|
- md_in_html
|
2024-12-02 14:12:33 +01:00
|
|
|
- pymdownx.betterem
|
|
|
|
- pymdownx.blocks.caption
|
|
|
|
- pymdownx.caret
|
2024-12-02 23:10:17 +01:00
|
|
|
- pymdownx.emoji:
|
|
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
2024-12-02 14:12:33 +01:00
|
|
|
- pymdownx.mark
|
|
|
|
- pymdownx.tilde
|
|
|
|
- pymdownx.critic
|
|
|
|
- pymdownx.details
|
2024-12-04 12:35:34 +01:00
|
|
|
- pymdownx.highlight
|
2024-12-02 23:10:17 +01:00
|
|
|
- pymdownx.inlinehilite
|
2024-12-04 12:35:34 +01:00
|
|
|
- pymdownx.superfences
|
2024-12-02 14:12:33 +01:00
|
|
|
- pymdownx.keys
|
|
|
|
- pymdownx.smartsymbols
|
2024-12-02 23:10:17 +01:00
|
|
|
- pymdownx.snippets
|
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
|
|
|
- pymdownx.tasklist:
|
|
|
|
custom_checkbox: true
|
|
|
|
- tables
|
|
|
|
|
|
|
|
# Extra Javascript
|
|
|
|
extra_javascript:
|
|
|
|
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
|
2024-12-27 17:54:58 +01:00
|
|
|
- assets/js/tablesort.js
|
2025-01-23 17:23:43 +01:00
|
|
|
# - assets/js/mathjax.js
|
|
|
|
# - https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
|
2024-12-27 17:54:58 +01:00
|
|
|
- assets/js/typewriter.js
|
|
|
|
- https://unpkg.com/typewriter-effect@latest/dist/core.js
|
2024-12-02 14:12:33 +01:00
|
|
|
|
|
|
|
# Page tree
|
|
|
|
nav:
|
2024-12-27 13:15:58 +01:00
|
|
|
- Home: index.md
|
|
|
|
- Über mich: about/index.md
|
2025-03-05 16:31:39 +01:00
|
|
|
- Lebenslauf:
|
|
|
|
- Daten: cv/overview/index.md
|
|
|
|
- Tätigkeiten: cv/activities/index.md
|
2025-01-07 17:37:48 +01:00
|
|
|
- Projekte:
|
|
|
|
- Überblick: projects/overview/index.md
|
|
|
|
- Kundenprojekte: projects/customerprojects/index.md
|
2025-02-17 09:26:28 +01:00
|
|
|
- Interne IT-Projekte: projects/internalprojects/index.md
|
2025-01-07 17:37:48 +01:00
|
|
|
- Private Projekte: projects/privateprojects/index.md
|
2025-01-08 00:52:39 +01:00
|
|
|
- Projektsteckbriefe:
|
|
|
|
- Überblick: projects/profiles/overview/index.md
|
|
|
|
- IT-Umzüge: projects/profiles/relocations/index.md
|
|
|
|
- Die MDM-/MAM-Reise: projects/profiles/mdm-mam-journey/index.md
|
|
|
|
- Pionierarbeit: projects/profiles/online-store/index.md
|
|
|
|
- Das Programmierprojekt: projects/profiles/programming/index.md
|
2025-01-23 11:53:02 +01:00
|
|
|
- Welches Fahrzeug passt zu mir?: projects/profiles/lifestyle-konfigurator/index.md
|
2025-01-08 01:10:17 +01:00
|
|
|
- Zero-Trust-Security: projects/profiles/zero-trust-security/index.md
|
|
|
|
- Tech-Stack: techstack/index.md
|
2024-12-02 15:08:19 +01:00
|
|
|
- Kontakt: contact/index.md
|
2025-01-07 17:37:48 +01:00
|
|
|
- Datenschutz: dataprivacy/index.md
|
2024-12-02 15:08:19 +01:00
|
|
|
- Impressum: imprint/index.md
|
2025-01-24 16:51:43 +01:00
|
|
|
- RSS: rss/index.md
|
2024-12-02 14:12:33 +01:00
|
|
|
- Blog:
|
|
|
|
- blog/index.md
|
2024-12-03 09:52:11 +01:00
|
|
|
|