Sha256: 564149d128b7c8f44ea468ab5d2ca8d9161ad04fb02df42cdd0837eded3b5cb7

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

# jekyll-theme-redux

An absurdly barebone Jekyll theme.

Let the browser do the heavy lifting. Inspired by [Poole][poole].

![Screen Shot](/screenshot.png "Screen Shot")

## 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.0 README.md