Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 478 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 478 Bytes

Jekyll Up

Get up and running with a minimal Jekyll site scaffold

Build

Jekyll is a Ruby Gem that can be installed on most systems.

  1. Install a full Ruby development environment
  2. Install Jekyll and bundler gems
gem install jekyll bundler
  1. Change into the directory
cd jekyll-starter
  1. Install any missing gems
bundle install
  1. Build the site and make it available on a local server
bundle exec jekyll serve