netlify-plugin-jekyll-cache

1.0.0 • Public • Published

Netlify Build Plugin: Persist the Jekyll Cache between builds

Speed up deploys by caching your previous build cache, so you only need to build changed files (and any other cached assets)

Installation

You can install the plugin using npm. Add the plugin as a development dependency:

npm install -D netlify-plugin-jekyll-cache

At some point this will be added to Netlify's plugin directory, but for now NPM installation will work fine.

Configuration

Add the following to your netlify.toml:

[[plugins]]
  package = "netlify-plugin-jekyll-cache"

	[plugins.inputs]

    # This is only required if you have defined a source directory in Jekyll
    # At some point this will become automated, but for now it must be specified 
	jekyllSource = "/jekyll"

/netlify-plugin-jekyll-cache/

    Package Sidebar

    Install

    npm i netlify-plugin-jekyll-cache

    Weekly Downloads

    54

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    3.5 kB

    Total Files

    8

    Last publish

    Collaborators

    • barnaby_mercer
    • typhoon_2099