eliminated mkdocs-exporter, added build-pipeline for gitea
Some checks failed
ci / deploy (push) Failing after 1m2s
Some checks failed
ci / deploy (push) Failing after 1m2s
This commit is contained in:
parent
8d5b969fbc
commit
64afe0e348
3 changed files with 13 additions and 24 deletions
24
mkdocs.yml
24
mkdocs.yml
|
@ -26,8 +26,8 @@ site_description: >-
|
|||
💻 OSS enthusiast | 🔧 Mac & beyond sysadmin | 🤖 AI practitioner | 🆔 Zero Trust advocate | 🚀 Open Source > proprietary | Always exploring tech’s edge!
|
||||
|
||||
# Repository
|
||||
repo_url: https://github.com/stiebke/stiebke.github.io
|
||||
repo_name: stiebke/stiebke.github.io
|
||||
repo_url: https://git.hadan-it.com/web/stephan.hadan.de
|
||||
repo_name: web/stephan.hadan.de
|
||||
|
||||
# Copyright
|
||||
copyright: Copyright © 2024-2025 Stephan Hadan
|
||||
|
@ -103,26 +103,8 @@ plugins:
|
|||
enable_creation_date: true
|
||||
- git-committers:
|
||||
enabled: !ENV [CI, false]
|
||||
repository: stiebke/stiebke.github.io
|
||||
repository: web/stephan.hadan.de
|
||||
branch: main
|
||||
- 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:
|
||||
enabled: !ENV [MKDOCS_EXPORTER_PDF_AGGREGATOR, false]
|
||||
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
|
||||
- rss:
|
||||
enabled: !ENV [CI, false]
|
||||
match_path: blog/posts/.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue