My resume, written in vanilla HTML and CSS, with PDF generation through wkhtmltopdf.
View it online at https://resume.paulopinto.io
This site is hosted on Netlify. Whenever commits are pushed to the master branch on GitHub, a new build is triggered on Netlify, which will re-generate the PDF.
Make sure you have wkhtmltopdf installed:
[macOS] brew install wkhtmltopdf
[Debian-based] sudo apt-get install wkhtmltopdfGenerate the PDF with:
make- Code: CC BY-SA 4.0
- Open Sans font: Apache
- Merriweather font: OFL
Based on a design by Zack Grossbart.