Sha256: dc5dc746ad223b528d4e697fc3f818fd9abdc8fae7e183e9af2797ae0f98202b

Contents?: true

Size: 770 Bytes

Versions: 1

Compression:

Stored size: 770 Bytes

Contents

# Penumbra Jekyll Theme

*Penumbra is a Jekyll theme for GitHub Pages. You can [preview the theme to see what it looks like](http://cvtx.github.io/penumbra), or even [use it today](#usage).*

## Usage

To use the Penumrba theme:

1. Add the following to your site's `_config.yml`:

    ```yml
    remote_theme: Cvtx/penumbra
    plugins:
    - jekyll-remote-theme # add this line to the plugins list if you already have one
    ```
    
2. Optionally, if you'd like to preview your site on your computer, add the following to your site's `Gemfile`:

    ```ruby
    gem "github-pages", group: :jekyll_plugins
    ```

## License

The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-penumbra-0.1.0 README.md