This repository contains the source files and configuration for generating my CV in HTML format using Org mode. The HTML version is automatically deployed to GitHub Pages, and the PDF version can be generated manually if needed.
- Org File: The CV is authored in an Org file named
index.org
located at the root of this repository. - GitHub Actions: On every push to the main branch, a GitHub Actions workflow:
- Converts the Org file (
index.org
) to HTML using Emacs. - Deploys the generated HTML file directly to the
gh-pages
branch for GitHub Pages hosting.
- Converts the Org file (
You can view the latest version of my CV directly on GitHub Pages by clicking the link below:
Feel free to use the setup as a template for your own CVs or documents. All content in this repository is released under the MIT License unless otherwise noted.