This converts a Markdown resume to HTML using pandoc, then from HTML to PDF using wkhtmltopdf.
MacOS: To install requirements run brew bundle
. You can get brew
from brew.sh, if you don't have it.
The Resume file is resume.md
; make edits as desired, then generate PDF using:
make generate-pdf