- Install Ruby RubyInstaller for Windows
ruby -v
- Install Jekyll
gem install bundler jekyll
jekyll -v
- Run & Debug
bundle exec jekyll serve
Open the browser to localhost:4000
- Build
bundle exec jekyll build
- Create a
Gemfile
source "https://rubygems.org"
gem "jekyll-theme-minimal-resume"
bundle install
For more details, refer to the Jekyll docs
This resume is made with a Jekyll theme, based on the crispgm/resume