My resume made in markdown and easily converted to pdf, docx, and text
Inspired from https://github.com/chmduquesne/resume
Here I wrote my resume in markdown and then used pandoc to cross compile the resume into .docx, .pdf, and .txt formats. This allows me to use version control on my resume easily, is simpler to maintain than a LaTeX based resume, and style/formatting can be handled by using css (the style.css file in the repo).
- pandoc
- wkhtmltopdf
To rebuild simply first run make clean
to wipe non-markdown files, then run make all