Skip to content

watchstep/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published