Get up and running with a minimal Jekyll site scaffold
Jekyll is a Ruby Gem that can be installed on most systems.
- Install a full Ruby development environment
- Install Jekyll and bundler gems
gem install jekyll bundler
- Change into the directory
cd jekyll-starter
- Install any missing gems
bundle install
- Build the site and make it available on a local server
bundle exec jekyll serve