Compare commits
2 Commits
ba5b76055e
...
40a8167693
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40a8167693 | ||
|
|
0de387e241 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user