Sha256: 0af2871b71cd87c9a6a9af9837ff633c542653e8a00308d4a745226de5c94b62

Contents?: true

Size: 1.23 KB

Versions: 24

Compression:

Stored size: 1.23 KB

Contents

# shanep-class

This is a simple theme to use for a class hosted on github pages

## Installation

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

```ruby
gem "shanep-class"
```

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

```yaml
theme: shanep-class
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install shanep-class

## Development

To set up your environment to develop this theme, run `bundle install`.

Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll
serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your
theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make
modifications to your theme and to your content, your site will regenerate and you should see the
changes in the browser after a refresh, just like normal.

When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked
with Git will be bundled. To add a custom directory to your theme-gem, please edit the regexp in
`shanep-class.gemspec` accordingly.

## License

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

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
shanep-class-1.0.38 README.md
shanep-class-1.0.37 README.md
shanep-class-1.0.36 README.md
shanep-class-1.0.35 README.md
shanep-class-1.0.34 README.md
shanep-class-1.0.33 README.md
shanep-class-1.0.32 README.md
shanep-class-1.0.31 README.md
shanep-class-1.0.30 README.md
shanep-class-1.0.29 README.md
shanep-class-1.0.28 README.md
shanep-class-1.0.27 README.md
shanep-class-1.0.26 README.md
shanep-class-1.0.25 README.md
shanep-class-1.0.24 README.md
shanep-class-1.0.23 README.md
shanep-class-1.0.22 README.md
shanep-class-1.0.21 README.md
shanep-class-1.0.20 README.md
shanep-class-1.0.19 README.md