Repository is archived
No commit activity in last 3 years
No release in over 3 years
A rewritten version of Incremental regeneration
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 3.6
 Project Readme

Code Climate Gem Version Gem DL

Jekyll Incremental

Jekyll Incremental is a more simple, and to the point version of incremental generation for Jekyll. It also tries to solve the shortfalls of Jekyll's own incremental regeneration by treating all things equal, dynamic, doc, post, or collection. As long as we can get the path, we will track it and make sure it gets generated. It has an almost backwards compatible API (as far as adding dependencies, and dependent's) and merges several other API's in favor of a single, simple interface to track everything.

Installation

gem "jekyll-incremental", {
  group: "jekyll-plugins"
}

Usage

By default we replace Jekyll's internal regenerator with our own, so you would use ours the same way you would use theirs. This allows us to stay out of your way and for you not to have to adjust any workflows.

bundle exec jekyll b \
  --incremental