Jekyll • Simple, blog-aware, static sites

Installation

gem install bundler jekyll

Commands

# Create a new project.
jekyll new MY-AWESOME-SITE

# Install a Gemfile.
bundle install

# Execute jekyll serve: <http://localhost:4000>
bundle exec jekyll serve

Github Blogging with Jekyll