Personal CV site, live at alejnp.github.io. Courtesy of RenderCV and GitHub Pages!
Resume.yamldescribes the content and structure of the CV, as well as RenderCV settings.- Pushes to
masterwill trigger CI, which:- Installs RenderCV from
requirements.txt. - Runs
rendercv render Resume.yaml, writing the PDF topages/alejnp_cv.pdf. - Deploys the
pages/directory to GitHub Pages.
- Installs RenderCV from
- Pages are available at alejnp.github.io!
python3 -m venv .venv
. .venv/bin/activate
python3 -m pip install -r requirements.txt
python3 -m rendercv render Resume.yaml
python3 -m http.server -d pages # open browser