Yeshwanthyk / Resume

Project I use to create my resume

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resume

A simple script to create a pdf version of my resume from markdown and css.

To create your own resume, fork and edit the markdown file under src/md.

Outputs html and pdf to the build folder. Check out my resume below,

My resume

###Additional Requirements

Install wkhtmltopdf version 0.9.9. Any version after hangs when run from the command-line.

Uninstall if you already have a later version,

$ brew uninstall wkhtmltopdf

Install wkhtmltopdf version 0.9.9,

$ brew install https://raw.github.com/mxcl/homebrew/6e2d550cf4961129a790bfb0973f8e88704f439d/Library/Formula/wkhtmltopdf.rb

###Usage

$ python resume.py

###Roadmap

  • Make into a web app with side by side markdown preview
  • Add different css styles with options to interchange

About

Project I use to create my resume


Languages

Language:HTML 90.7%Language:CSS 8.0%Language:Python 1.4%