laurentboileau / jekyll-theme-redux

An absurdly bare-bone Jekyll theme.

Home Page:https://laurentboileau.github.io/jekyll-theme-redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An absurdly bare-bone Jekyll theme.

https://laurentboileau.github.io/jekyll-theme-redux

License:MIT License


Languages

Language:HTML 74.8%Language:Ruby 25.2%