Jekyll Resume Theme

Live demo at my github page

Quick Setup

  1. Install Jekyll: gem install jekyll bundler
  2. Fork this repository and clone your fork
  3. Edit _config.yml to personalize your site

Running locally

In order to compile the assets and run Jekyll locally you need to follow those steps:

  1. export PATH="$HOME/.rbenv/bin:$PATH"
  2. eval "$(rbenv init -)"
  3. make sure your desired ruby version is in a .ruby_version for ease of use and also installed
  4. Install Jekyll
  5. Run bundle install
  6. Run bundle exec jekyll build
  7. npm start