Files
mkdocs-etz/mkdocs/mkdocs.yml

102 lines
3.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
site_name: Linux Grundlagen Meisterkurs IT
site_author: Florian Hensel
copyright: >
Copyright © 2025 Florian Hensel
<a href="#__consent">Change cookie settings</a>
nav:
- Home: index.md
- Grundlagen:
- Einstieg in Linux-Desktop: basics/Einstieg_in_Linux-Desktop.md
- Remotezugriff einrichten: basics/Remotezugriff_einrichten.md
- Kleines Linux-Projekt: basics/Mein_erstes_kleines_Linux-Projekt.md
- Windows-Programme unter Linux: basics/Windows_Programme_unter_Linux.md
- Grundlagen der Konsole: basics/Grundlagen_der_Konsole.md
- Automatisierung mit cron und systemd: basics/Automatisierung_mit_cron_und_systemd.md
- Windows-Freigaben für Linux-Einsteiger: basics/Windows_Freigaben_fuer_Linux-Einsteiger.md
- Praxisprojekt Medien-NAS für KODI: basics/Praxisprojekt_Medien-NAS_fuer_KODI.md
- Linux im Unternehmen:
- Ubuntu Server installieren und konfigurieren: Linux_Unternehmen/Server_Installation.md
- Praxisprojekt Freigaben im Unternehmen: Linux_Unternehmen/Praxisprojekt_Freigaben_im_Unternehmen.md
- Nextcloud mit LDAP-Anbindung: Linux_Unternehmen/nextcloud-ldap.md
- Bonuskapitel:
- Linux als Active Directory Server: bonus/linux-als-ad-server.md
- Linux als Client in Active Directory: bonus/linux-als-ad-client.md
- Automatisierung mit Ansible: bonus/automatisierung-mit-ansible.md
- Docker Grundlagen: bonus/docker-grundlagen.md
# 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
- to-pdf:
enabled: true
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.