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
- Host: GitHub
- URL: https://github.com/iaintshine/resume
- Owner: iaintshine
- Created: 2014-07-19T20:57:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-04T17:45:49.000Z (almost 11 years ago)
- Last Synced: 2025-02-04T14:47:58.669Z (5 months ago)
- Language: CSS
- Size: 25.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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