No description
Find a file
2026-04-09 13:13:05 +02:00
.github/workflows Merge pull request 'chore(deps): update actions/checkout action to v6' (#4) from renovate-actions-checkout-6.x into main 2026-04-09 12:24:46 +02:00
media First commit 2020-03-09 17:14:19 +01:00
.gitignore Artefakte für release in Unterordner 2025-03-22 01:25:48 +01:00
Containerfile First container build 2025-03-21 23:08:52 +01:00
fonts.conf First container build 2025-03-21 23:08:52 +01:00
Lebenslauf.md Merge pull request 'docs: add GCP experience (work, projects, skills) and GitHub Actions' (#6) from master into main 2026-04-09 13:13:05 +02:00
LICENSE Initial commit 2020-03-09 14:42:57 +00:00
Makefile Update Lebenslauf 2025-08-02 09:23:48 +02:00
README.md chore: Anpassungen an Makefile, README und style.css 2025-03-21 17:54:07 +01:00
renovate.json First container build 2025-03-21 23:08:52 +01:00
style.css chore: Anpassungen an Makefile, README und style.css 2025-03-21 17:54:07 +01:00

Lebenslauf

Mein Lebenslauf in Markdown, genauer gesagt in pandoc Markdown, verfasst.

Da ich all meine Notizen schon in Markdown verfasse, hatte ich die Idee auch meinen Lebenslauf in Markdown zu schreiben. Mit Hilfe des Converters pandoc und bisschen CSS lässt sich daraus ein Human Ressources freundliches PDF Dokument erstellen. Beispieldokumente sind ebenfalls in diesem Repository.

Voraussetzung

Benötigte Pakete unter Arch Linux installieren

yay -Sy pandoc-bin wkhtmltopdf-static noto-fonts

Benutzung

make all
make Lebenslauf.html
make Lebenslauf.pdf
make Lebenslauf.txt
make clean