0.01
No commit activity in last 3 years
No release in over 3 years
Patches to make Jekyll less insane and easier
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.1, < 0.99
>= 1, < 99
>= 3, < 4

Runtime

>= 3.1, < 5.0
~> 0.16
 Project Readme

Build Status

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?