Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/envygeeks/jekyll-sanity
- Owner: envygeeks
- License: isc
- Created: 2017-08-10T05:55:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T11:57:35.000Z (almost 5 years ago)
- Last Synced: 2024-09-29T03:02:52.178Z (3 months ago)
- Topics: jekyll, jekyll-patches, jekyll-plugin
- Language: Ruby
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?`