My Resume
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Markdown.pl
README.md
RESUME.md
custom-style
resume.html
resume.pdf
wkhtmltopdf-amd64

README.md

Compiling to pdf

$ ./Markdown.pl --html4tags RESUME.md > resume.html

Make any necessary manual adjustments to the html that you want. I keep a custom style sheet tweak in custom-style that specifies font sizes so that wkhtmltopdf doesn't blow up the fonts when convering to PDF.

$ ./wkhtmltopdf-amd64 resume.html resume.pdf