jekyll-website-template

jekyll-website-template

A quite incomplete Jekyll website template.

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
    
  3. Modify the site

  4. Serve

     bundle exec jekyll serve
    
  5. Publish!