Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/envygeeks/jekyll-sanity

Patches to make Jekyll less intense and insane.
https://github.com/envygeeks/jekyll-sanity

jekyll jekyll-patches jekyll-plugin

Last synced: 3 months ago
JSON representation

Patches to make Jekyll less intense and insane.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/envygeeks/jekyll-sanity.svg?branch=master)](https://travis-ci.org/envygeeks/jekyll-sanity)

# jekyll-sanity

Provides surface patches for Jekyll that provide useful methods for plugin
authors, and site authors as well. Moves some insane instance methods to
the class so that they can be used without having to store the entire site.

## Methods

* `Jekyll.config`
* `Jekyll.site_dir`
* `Jekyll.source_dir`
* `Jekyll.reload_config`
* `Jekyll.production?`
* `Jekyll.plugins_dir`
* `Jekyll.cache_dir`
* `Jekyll.dev?`