Compare commits

...

2 Commits

Author SHA1 Message Date
Florian Hensel
40a8167693 build mit mehr context 2025-12-14 10:01:48 +01:00
Florian Hensel
0de387e241 config für to-pdf verbessert 2025-12-14 09:53:34 +01:00
2 changed files with 15 additions and 2 deletions

View File

@@ -5,4 +5,6 @@ RUN apk add --no-cache \
weasyprint
# Plugin installieren
RUN pip install --no-cache-dir mkdocs-to-pdf
RUN apk add --no-cache --virtual .build-deps build-base python3-dev libffi-dev
&& pip install --no-cache-dir mkdocs-to-pdf
&& apk del .build-deps

View File

@@ -58,4 +58,15 @@ plugins:
- search:
- optimize:
concurrency: 2
- mkdocs-to-pdf
- to-pdf:
enabled: true
output_path: pdf/linux-grundlagen-mk-it.pdf
page_size: A4
toc_level: 2-3
toc_title: "Inhaltsverzeichnis"
ordered_chapter_level: 2
cover: true
cover_subtitle: "Umfangreiches Handbuch für Einsteiger und Fortgeschrittene"
cover_author: "Florian Hensel"
download_link: footer