Skip to content

Latest commit

 

History

History

jekyll-incremental

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Jekyll Incremental

Jekyll Incremental is a rewrite of the core incremental regeneration feature. It replaces the default incremental logic that is based on the posts modified time. It uses MD5 digest of the post content to compare changes to posts for incremental regeneration.

See these for more reference:

jekyll/jekyll#9166 https://github.com/jayvdb/jekyll-incremental

Installation

group "jekyll-plugins" do
    gem "jekyll-incremental", "0.1.0", path: "_plugins/jekyll-incremental"
end

Also add this to the _config.yml

plugins:
  - jekyll-incremental

Usage

bundle exec jekyll build --incremental