epsalt / resume-builder

A resume template: Markdown + Pandoc + PhantomJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resume Generator

Resume, cover letter, and reference list builder. Converts from markdown content files to html and pdf using Pandoc and PhantomJS.

All names, characters, and incidents portrayed in this repo are fictitious. No identification with actual persons (living or deceased), places, buildings, and products is intended or should be inferred. No person or entity associated with this repo received payment or anything of value, or entered into any agreement, in connection with the depiction of tobacco products.

Examples

Requirements

  • Pandoc
  • PhantomJS (optional: for pdf generation)

Usage

  • 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 of letter.md if you do not want to include a signature image at the bottom of your cover letter)
  • Run make all to build the html and pdf output documents to the out directory
  • Run make build to build just the html documents

About

A resume template: Markdown + Pandoc + PhantomJS

License:GNU General Public License v3.0


Languages

Language:CSS 73.3%Language:JavaScript 13.1%Language:Makefile 11.9%Language:HTML 1.7%