This started as just a simple place to store a markdown format of my resume, and now it's turned into an easy way to host your resume using sinatra, github-pages or Heroku.
- Fork this project
- Modify
resume.mdto be your resume. - Modify
config.yamlso that the data represents you, not icco. - Edit views/style.less to make your resume look pretty.
- Install the gems. The easiest way to do this is
gem install bundler && bundle install - type
rake localto run locally. - To deploy to Heroku
- Run
heroku create rake deployto push your resume to heroku.
- To deploy to github-pages, run
rake github.
resume.md is property of Biswajit Pain. You are welcome to use it as a base structure for your resume, but don't forget, you are not him.
The rest of the code is licensed CreativeCommons-GPL. Remember sharing is caring.