Cache "static" includes to improve build performance (#1874)

* Add jekyll-include-cache plugin
* Cache "static" includes to improve build performance
* Update CHANGELOG and history

"Static" refers to those includes that don't rely on data passed from the page content.
This commit is contained in:
Michael Rose
2018-10-04 15:48:26 -04:00
committed by GitHub
parent c801107754
commit e704cd40d4
8 changed files with 20 additions and 11 deletions

View File

@@ -200,6 +200,7 @@ plugins:
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
# mimic GitHub Pages with --safe
whitelist:
@@ -208,6 +209,7 @@ whitelist:
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
# Archives