jekyll-theme-redux

An absurdly bare-bone Jekyll theme. Inspired by Poole.

Installation

Add this line to your Jekyll site's Gemfile:

gem "jekyll-theme-redux"

And add this line to your Jekyll site's _config.yml:

theme: jekyll-theme-redux

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-theme-redux

Usage

Use it as is or as a launchpad for your own creations.

Configuration

The following _config.yml options are leveraged:

author: # information about the author
  name: # the author's name
  url:  # the author's homepage url

navigation: # a collection of links to display in the masthead
  - title: About
    url: /about

Changelog

The changelog can be consulted here.

License

The theme is available as open source under the terms of the MIT License.