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

@ -226,6 +226,7 @@ plugins:
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
# mimic GitHub Pages with --safe
whitelist:
@ -234,6 +235,7 @@ whitelist:
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
# Archives