Sha256: 6b2c7b43377ad7b54d9e8b21fa1c8e4361f0664baa692bb1dc82cb3f3d6226c6

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

# jekyll-theme-redux

An absurdly bare-bone Jekyll theme. Inspired by [Poole][poole].

![Screen Shot](/screenshot.png "Let the browser do the heavy lifting.")

## Installation

Add this line to your Jekyll site's `Gemfile`:

```ruby
gem "jekyll-theme-redux"
```

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

```yaml
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:

```yaml
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][changelog].

## License

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

[poole]: https://github.com/poole/poole
[changelog]: CHANGELOG.md
[license]: LICENSE.txt

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-redux-1.0.1 README.md