This project converts a Markdown resume to HTML using pandoc, and then from HTML to PDF using wkhtmltopdf.
MacOS:
Run brew bundle to install requirements. If you don't have Homebrew, get it from brew.sh.
Note:
As of 12/16/2024, the Homebrew cask for wkhtmltopdf is deprecated. You must install wkhtmltopdf from the official website.
-
Edit resume in
resume.md. -
Generate the HTML and PDF with:
make generate-pdf
The Makefile will handle downloading the main CSS and running all conversion steps.
- The generated HTML will be saved as
files/resume.html. - The generated PDF will be saved as
files/alex-trepca-resume.pdf.
For more details or customization, see comments in the Makefile.