https://github.com/badele/cv
Curriculum vitæ
https://github.com/badele/cv
automation conversion curriculum-vitae devops landing-page latex resume
Last synced: 2 months ago
JSON representation
Curriculum vitæ
- Host: GitHub
- URL: https://github.com/badele/cv
- Owner: badele
- License: mit
- Created: 2026-03-27T15:37:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-28T08:53:45.000Z (3 months ago)
- Last Synced: 2026-03-28T12:56:55.768Z (3 months ago)
- Topics: automation, conversion, curriculum-vitae, devops, landing-page, latex, resume
- Language: TeX
- Homepage: https://badele.github.io/cv
- Size: 354 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CV
This CV website is generated automatically from a CV written in a LaTeX
document. Here are the steps:
- Convert the LaTeX document to PDF
- Convert the PDF to HTML (for the web version)
- Generate the personal landing page
- Publish the pages on GitHub Pages
## Automation
- GitHub stars are checked daily at 01:00 UTC by a scheduled workflow.
- If `latex/github.tex` changes, the update is committed to `main`, which
triggers the `build-cv` workflow to regenerate the PDF/HTML outputs.
## Source:
Thanks to [Jan Küster](https://github.com/jankapunkt) for his
[latexcv](https://github.com/jankapunkt/latexcv) project.