Forked & Inspired by from epsalt's resume builder
- Resume, cover letter, and reference list, and GitHub Page builder.
- Available on both Windows cmd and MacOS terminal.
- Converts from
markdown
content files tohtml
andpdf
using Pandoc and PhantomJS.
Pandoc
PhantomJS
- Edit the markdown files in the
content
directory with your own information - Replace
sig.png
with a copy of your signature (or comment that line out ofletter.md
if you do not want to include a signature image at the bottom of your cover letter) - Run
make all
to build thehtml
,pdf
,docx
output documents to theout
directory - Run
make html
to build just thehtml
documents - Run
make pdf
to build just thepdf
documents - Run
make docx
to build just thedocx
documents - Run
make gh-pages
to create gh-pages in local and remote branches - Run
make deploy
to deployindex.html(resume.html)
to gh-pages