eliminated mkdocs-exporter, added build-pipeline for gitea
Some checks failed
ci / deploy (push) Failing after 1m2s

This commit is contained in:
Stephan Hadan 2025-01-06 13:41:10 +01:00
parent 8d5b969fbc
commit 64afe0e348
No known key found for this signature in database
GPG key ID: 3B6DCF2F5096A1A3
3 changed files with 13 additions and 24 deletions

View file

@ -26,8 +26,8 @@ site_description: >-
💻 OSS enthusiast | 🔧 Mac & beyond sysadmin | 🤖 AI practitioner | 🆔 Zero Trust advocate | 🚀 Open Source > proprietary | Always exploring techs 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/.*