jekyll-theme-nettoyer

A clean Jekyll theme.


Keywords
clean, jekyll, jekyll-theme, lighter, ruby-gem
License
MIT
Install
gem install jekyll-theme-nettoyer -v 0.0.8

Documentation

nettoyer

Build Status Gem Version

Installation

Add this line to your Jekyll site's Gemfile:

gem "jekyll-theme-nettoyer"

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

theme: jekyll-theme-nettoyer

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-theme-nettoyer

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/idlua/jekyll-theme-nettoyer. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Development

To set up your environment to develop this theme, run script/bootstrap.

This theme is setup just like a normal Jekyll site! To test this theme, run script/server (or bundle exec jekyll serve) and open your browser at http://localhost:4000. This starts a Jekyll server using your theme and the contents. As you make modifications, your site will regenerate and you should see the changes in the browser after a refresh.

License

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