99 lines
2.4 KiB
YAML
99 lines
2.4 KiB
YAML
|
|
site_name: Linux Grundlagen Meisterkurs IT
|
|||
|
|
site_author: Florian Hensel
|
|||
|
|
copyright: >
|
|||
|
|
Copyright © 2025 Florian Hensel –
|
|||
|
|
<a href="#__consent">Change cookie settings</a>
|
|||
|
|
|
|||
|
|
# Theme
|
|||
|
|
theme:
|
|||
|
|
logo: assets/Logo.png
|
|||
|
|
name: material
|
|||
|
|
features:
|
|||
|
|
- content.code.copy
|
|||
|
|
- content.code.select
|
|||
|
|
- navigation.sections
|
|||
|
|
palette:
|
|||
|
|
- media: "(prefers-color-scheme)"
|
|||
|
|
toggle:
|
|||
|
|
icon: material/brightness-auto
|
|||
|
|
name: Switch to light mode
|
|||
|
|
- media: "(prefers-color-scheme: light)"
|
|||
|
|
scheme: default
|
|||
|
|
primary: blue grey
|
|||
|
|
accent: orange
|
|||
|
|
toggle:
|
|||
|
|
icon: material/brightness-7
|
|||
|
|
name: Switch to dark mode
|
|||
|
|
- media: "(prefers-color-scheme: dark)"
|
|||
|
|
scheme: slate
|
|||
|
|
primary: blue grey
|
|||
|
|
accent: yellow
|
|||
|
|
toggle:
|
|||
|
|
icon: material/brightness-4
|
|||
|
|
name: Switch to system preference
|
|||
|
|
|
|||
|
|
# Markdown extensions
|
|||
|
|
markdown_extensions:
|
|||
|
|
- attr_list
|
|||
|
|
- tables
|
|||
|
|
- attr_list
|
|||
|
|
- md_in_html
|
|||
|
|
- pymdownx.blocks.caption
|
|||
|
|
- toc:
|
|||
|
|
permalink: true
|
|||
|
|
- pymdownx.highlight:
|
|||
|
|
anchor_linenums: true
|
|||
|
|
line_spans: __span
|
|||
|
|
pygments_lang_class: true
|
|||
|
|
- pymdownx.inlinehilite
|
|||
|
|
- pymdownx.snippets
|
|||
|
|
- pymdownx.superfences
|
|||
|
|
- admonition
|
|||
|
|
- pymdownx.details
|
|||
|
|
- pymdownx.superfences
|
|||
|
|
- pymdownx.critic
|
|||
|
|
- pymdownx.caret
|
|||
|
|
- pymdownx.keys
|
|||
|
|
- pymdownx.mark
|
|||
|
|
- pymdownx.tilde
|
|||
|
|
plugins:
|
|||
|
|
- privacy
|
|||
|
|
- offline
|
|||
|
|
- minify
|
|||
|
|
- search:
|
|||
|
|
- optimize:
|
|||
|
|
concurrency: 2
|
|||
|
|
- mermaid-to-svg:
|
|||
|
|
- svg-to-png:
|
|||
|
|
output_dir: "assets/images"
|
|||
|
|
preserve_original: true
|
|||
|
|
cleanup_generated_images: false
|
|||
|
|
- page-to-pdf:
|
|||
|
|
disable: !ENV ENABLE_PDF_EXPORT
|
|||
|
|
scale: 1.0
|
|||
|
|
displayHeaderFooter: true
|
|||
|
|
margin:
|
|||
|
|
top: 20mm
|
|||
|
|
bottom: 20mm
|
|||
|
|
left: 15mm
|
|||
|
|
right: 15mm
|
|||
|
|
headerTemplate: title
|
|||
|
|
# - to-pdf:
|
|||
|
|
# enabled_if_env: ENABLE_PDF_EXPORT
|
|||
|
|
# output_path: pdf/linux-grundlagen-mk-it.pdf
|
|||
|
|
# author: "Florian Hensel"
|
|||
|
|
# toc_level: 2
|
|||
|
|
# toc_title: "Inhaltsverzeichnis"
|
|||
|
|
# ordered_chapter_level: 2
|
|||
|
|
# cover: true
|
|||
|
|
# cover_subtitle: "Umfangreiches Handbuch für Einsteiger und Fortgeschrittene"
|
|||
|
|
# download_link: header
|
|||
|
|
|
|||
|
|
extra:
|
|||
|
|
consent:
|
|||
|
|
title: Cookie consent
|
|||
|
|
description: >-
|
|||
|
|
We use cookies to recognize your repeated visits and preferences, as well
|
|||
|
|
as to measure the effectiveness of our documentation and whether users
|
|||
|
|
find what they're searching for. With your consent, you're helping us to
|
|||
|
|
make our documentation better.
|