sujinleeme / resume-generator

Write down your resume with Markdown and generate pdf, docx and deploy website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resume Generator

Forked & Inspired by from epsalt's resume builder

  • Resume, cover letter, and reference list, and GitHub Page builder.
  • Available on both Windows cmd and MacOS terminal.
  • Converts from markdown content files to html and pdf using Pandoc and PhantomJS.

How to use (for beginners)

Examples

Requirements

  • Pandoc
  • PhantomJS

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, pdf, docx output documents to the out directory
  • Run make html to build just the html documents
  • Run make pdf to build just the pdf documents
  • Run make docx to build just the docx documents
  • Run make gh-pages to create gh-pages in local and remote branches
  • Run make deploy to deploy index.html(resume.html) to gh-pages

License

GNU General Public License v3.0

About

Write down your resume with Markdown and generate pdf, docx and deploy website

License:GNU General Public License v3.0


Languages

Language:CSS 49.9%Language:Makefile 38.6%Language:JavaScript 10.2%Language:HTML 1.3%