From 59165b65ed3daa91953b0048d7687152f08dd4e0 Mon Sep 17 00:00:00 2001 From: Sonya Sawtelle Date: Thu, 8 Dec 2016 17:38:43 -0500 Subject: [PATCH] Create README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a91973c --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# markdown-resume +The simplest possible resume workdown from markdown source. + +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**: + +[Markdown](files/resume.md) . [HTML](files/resume.html) . [PDF](files/resume.pdf) . [Word Doc](files/resume.docx) + +[Full work flow details](http://sdsawtelle.github.io/blog/output/simplest-markdown-resume-workflow.html) are contained in a short blog post.