Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.12 KB

README.org

File metadata and controls

26 lines (16 loc) · 1.12 KB

mbrignl CV Repository

https://img.shields.io/badge/orgmode-%2377AA99.svg?style=for-the-badge&logo=org&logoColor=white

About This Repository

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.

How It Works

  1. Org File: The CV is authored in an Org file named index.org located at the root of this repository.
  2. 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.

View the CV

You can view the latest version of my CV directly on GitHub Pages by clicking the link below:

View CV (HTML)

License

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.