🍃 Leaf

Jekyll

Installation

gem install jekyll bundler

Usage

jekyll new <project-name>
bundle add webrick # To fix 3.0.0+ Ruby
# Bundle
bundle exec jekyll build
bundle exec jekyll serve
# `bundle exec` is optional after the first use.

More at Command Line Usage (jekyllrb.com).