Skip to content

alejnp/alejnp.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alejnp.github.io

Personal CV site, live at alejnp.github.io. Courtesy of RenderCV and GitHub Pages!

How it works

  1. Resume.yaml describes the content and structure of the CV, as well as RenderCV settings.
  2. Pushes to master will trigger CI, which:
    • Installs RenderCV from requirements.txt.
    • Runs rendercv render Resume.yaml, writing the PDF to pages/alejnp_cv.pdf.
    • Deploys the pages/ directory to GitHub Pages.
  3. Pages are available at alejnp.github.io!

Local preview

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

About

Personal webpage repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •