Repository is archived
No commit activity in last 3 years
No release in over 3 years
An absurdly bare-bone Jekyll theme. Inspired by Poole.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12

Runtime

 Project Readme

jekyll-theme-redux

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

Screen Shot

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.