Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 650 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 650 Bytes

Resume

Setup

  1. Install Ruby RubyInstaller for Windows
ruby -v
  1. Install Jekyll
gem install bundler jekyll
jekyll -v
  1. Run & Debug
bundle exec jekyll serve

Open the browser to localhost:4000

  1. Build
bundle exec jekyll build

Gem-based Theme

  1. Create a Gemfile
source "https://rubygems.org"

gem "jekyll-theme-minimal-resume"
  1. bundle install

For more details, refer to the Jekyll docs
This resume is made with a Jekyll theme, based on the crispgm/resume