Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 758 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 758 Bytes

CV

This is my CV. It's written in Pug, which is a simple templating engine that compiles directly to HTML. I've handcrafted the CSS styles so that the same document looks good in print and on any screen - try it on your phone!

It also compiles to PDF using ReLaXed.

After running npm install, run npm start to start the development server, which will recompile cv.pdf every time cv.pug changes. To compile the PDF as a once-off, use npm run-script build-pdf.

This repository also includes a GitHub Actions workflow which compiles the CV in both HTML and PDF formats and publishes it to GitHub Pages.