This is my resume written using Jekyll :)
- To install jekyll, run
gem install bundler jekyllfrom the command line. - Clone the repo to your local machine.
- Type
jekyll serveto render your resume at http://localhost:4000. - You can edit the
index.mdfile and see the changes live in your browser. - Now print the page, and save it as PDF.
To change the default style, simply change the variable in the
_config.yml file.
A live preview can be accessed here.
- Enter the Konami Code, this will show the raw markdown content without styling
- Started as a fork from Elipapa's markdown-cv.
- Evolved to a resume inspired from jglovier's resume-template