An open API service indexing awesome lists of open source software.

https://github.com/iaintshine/resume

My own resume in markdown
https://github.com/iaintshine/resume

Last synced: 3 months ago
JSON representation

My own resume in markdown

Awesome Lists containing this project

README

        

This is my resume in markdown format. Hopefully it will let me version, style and generate html and pdf outputs.

### Requirements

* Python >= 2.7
* Pandoc
* wkhtmltopdf

### Usage

To generate both HTML and PDF versions from `resume.md` file simply call:

$ make

To generate HTML output

$ make html

To generate PDF format

$ make pdf