2024-12-02 18:52:04 +01:00
|
|
|
|
# Copyright (c) 2024 Stephan Hadan <stephan@hadan.de>
|
|
|
|
|
|
|
|
|
|
# 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/
|
2024-12-02 18:52:04 +01:00
|
|
|
|
site_author: Stephan Hadan
|
|
|
|
|
site_description: >-
|
|
|
|
|
Write your documentation in Markdown and create a professional static site in
|
|
|
|
|
minutes – searchable, customizable, in 60+ languages, for all devices
|
|
|
|
|
|
|
|
|
|
# Repository
|
2024-12-02 17:52:34 +01:00
|
|
|
|
repo_url: https://github.com/stiebke/stiebke.github.io
|
|
|
|
|
repo_name: stiebke/stiebke.github.io
|
|
|
|
|
|
2024-12-02 18:52:04 +01:00
|
|
|
|
# Copyright
|
|
|
|
|
copyright: Copyright © 2024 Stephan Hadan
|
|
|
|
|
|
|
|
|
|
# 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-02 14:12:33 +01:00
|
|
|
|
palette:
|
2024-12-02 21:51:50 +01:00
|
|
|
|
- media: "(prefers-color-scheme)"
|
|
|
|
|
toggle:
|
|
|
|
|
icon: material/link
|
|
|
|
|
name: Switch to light mode
|
|
|
|
|
- media: "(prefers-color-scheme: light)"
|
|
|
|
|
scheme: default
|
|
|
|
|
primary: indigo
|
|
|
|
|
accent: indigo
|
|
|
|
|
toggle:
|
|
|
|
|
icon: material/toggle-switch
|
|
|
|
|
name: Switch to dark mode
|
|
|
|
|
- media: "(prefers-color-scheme: dark)"
|
|
|
|
|
scheme: slate
|
|
|
|
|
primary: black
|
|
|
|
|
accent: indigo
|
|
|
|
|
toggle:
|
|
|
|
|
icon: material/toggle-switch-off
|
|
|
|
|
name: Switch to system preference
|
|
|
|
|
font:
|
|
|
|
|
text: Roboto
|
|
|
|
|
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
|
|
|
|
|
- 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]
|
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
|
|
|
|
|
- git-committers:
|
2024-12-02 21:51:50 +01:00
|
|
|
|
enabled: !ENV [CI, false]
|
2024-12-02 18:01:01 +01:00
|
|
|
|
repository: stiebke/stiebke.github.io
|
|
|
|
|
branch: main
|
2024-12-02 14:12:33 +01:00
|
|
|
|
- exporter:
|
|
|
|
|
formats:
|
|
|
|
|
pdf:
|
|
|
|
|
enabled: !ENV [MKDOCS_EXPORTER_PDF_ENABLED, true]
|
|
|
|
|
stylesheets:
|
|
|
|
|
- resources/stylesheets/pdf.scss
|
|
|
|
|
covers:
|
|
|
|
|
front: resources/templates/covers/front.html.j2
|
|
|
|
|
back: resources/templates/covers/back.html.j2
|
|
|
|
|
aggregator:
|
2024-12-02 21:51:50 +01:00
|
|
|
|
enabled: !ENV [MKDOCS_EXPORTER_PDF_AGGREGATOR, false]
|
2024-12-02 14:12:33 +01:00
|
|
|
|
output: documentation.pdf
|
|
|
|
|
covers: front
|
|
|
|
|
buttons:
|
|
|
|
|
- title: Download as PDF
|
|
|
|
|
icon: material-file-download-outline
|
|
|
|
|
enabled: !!python/name:mkdocs_exporter.formats.pdf.buttons.download.enabled
|
|
|
|
|
attributes: !!python/name:mkdocs_exporter.formats.pdf.buttons.download.attributes
|
2024-12-02 21:51:50 +01:00
|
|
|
|
- rss:
|
|
|
|
|
enabled: !ENV [CI, false]
|
|
|
|
|
match_path: blog/posts/.*
|
|
|
|
|
date_from_meta:
|
|
|
|
|
as_creation: date
|
|
|
|
|
categories:
|
|
|
|
|
- categories
|
|
|
|
|
- tags
|
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
|
2024-12-02 17:52:34 +01:00
|
|
|
|
- icon: fontawesome/brands/linkedin
|
|
|
|
|
link: https://de.linkedin.com/in/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
|
2024-12-02 22:33:55 +01:00
|
|
|
|
- icon: fontawesome/solid/rss
|
2024-12-02 22:07:42 +01:00
|
|
|
|
link: https://stephan.hadan.de/feed_rss_created.xml
|
|
|
|
|
name: Neueste Blogbeiträge
|
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.details
|
|
|
|
|
- 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-02 23:10:17 +01:00
|
|
|
|
- pymdownx.highlight:
|
|
|
|
|
anchor_linenums: true
|
|
|
|
|
line_spans: __span
|
|
|
|
|
pygments_lang_class: true
|
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
|
- pymdownx.superfences:
|
|
|
|
|
custom_fences:
|
|
|
|
|
- name: mermaid
|
|
|
|
|
class: mermaid
|
|
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
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
|
|
|
|
|
- javascripts/tablesort.js
|
2024-12-02 14:12:33 +01:00
|
|
|
|
|
|
|
|
|
# Page tree
|
|
|
|
|
nav:
|
2024-12-02 21:51:50 +01:00
|
|
|
|
- Home:
|
|
|
|
|
- Über mich: index.md
|
2024-12-03 09:52:11 +01:00
|
|
|
|
- Changelog: changelog.md
|
|
|
|
|
- Lizenz: license.md
|
2024-12-02 14:12:33 +01:00
|
|
|
|
- Lebenslauf: cv/index.md
|
|
|
|
|
- Projekte: projects/index.md
|
2024-12-02 15:08:19 +01:00
|
|
|
|
- Tech Stack: techstack/index.md
|
|
|
|
|
- Kontakt: contact/index.md
|
|
|
|
|
- Impressum: imprint/index.md
|
2024-12-02 14:12:33 +01:00
|
|
|
|
- Blog:
|
|
|
|
|
- blog/index.md
|
2024-12-03 09:52:11 +01:00
|
|
|
|
|