markdown-resume/README.md

11 lines
854 B
Markdown
Raw Permalink Normal View History

2016-12-08 22:38:43 +00:00
# markdown-resume
2016-12-08 22:50:31 +00:00
The simplest possible resume workflow from markdown source.
2016-12-08 22:38:43 +00:00
Changing the content or styling of a resume or CV is a relatively common event that can be a frustrating, time-consuming hassle. This repo contains starter files for the simplest possible workflow where resume *content* is maintained in a simple markdown file and generating `.html`, `.pdf` and `.docx` output formats can be automated with two tools: `pandoc` and `wkhtmltopdf`.
**Still trying to decide if this is the workflow for you? Here are the original markdown files and the three output files for your persual**:
2016-12-08 22:43:25 +00:00
[Markdown](resume.md) . [HTML](resume.html) . [PDF](resume.pdf) . [Word Doc](resume.docx)
2016-12-08 22:38:43 +00:00
2016-12-10 13:53:54 +00:00
[Full work flow details](http://sdsawtelle.github.io/blog/output/simple-markdown-resume-with-pandoc-and-wkhtmltopdf.html) are contained in a short blog post.