Note: development has been moved to resume-generator
Elegant one page resume, generated from a YAML data file using mustache. Outputs to plain text, Markdown and HTML. Focused on readability and simplicity.
See the output folder for all output formats.
Install any mustache implementation and add the mustache binary to your library path.
Make sure your data file is named resume.yaml
, in the output folder (use example.yaml
as a starting point).
Generate the resume by executing make resume
.
To save your resume in PDF format, open the generated HTML in Firefox, print it as PS (Postcript), and then transform it to PDF using ps2pdf
or a similar utility.
MIT - Feel free to use and edit.
resume-yaml uses a number of open source projects to work properly:
- mustache - logic-less templates
- Font Awesome - font toolkit