Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 307 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 307 Bytes

jekyll-website-template

Instructions

  1. Install Ruby and Bundler

  2. Install Jekyll

  # Set the gem install path to ./vendor/bundle
  bundle config set --local vendor/bundle
  bundle install
  1. Modify the site

  2. Serve

  bundle exec jekyll serve
  1. Publish!