Skip to content

Instantly share code, notes, and snippets.

@nlpjoe
Last active February 21, 2017 08:15
Show Gist options
  • Save nlpjoe/3b6b69ab5a298e21c79716429623f974 to your computer and use it in GitHub Desktop.
Save nlpjoe/3b6b69ab5a298e21c79716429623f974 to your computer and use it in GitHub Desktop.
resume
./bin/md2resume html examples/source/sample.md examples/output/
./bin/md2resume pdf examples/source/sample.md examples/output/
# Choose a template with the -t option.
./bin/md2resume html --template blockish examples/source/sample.md examples/output/
# If you want to edit your markdown resume in your editor while watching it update in your browser, run this command:
watch ./bin/md2resume html --refresh yes --template modern examples/source/sample.md examples/output/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment