Update remote theme instructions

* jekyll-install-cache gem should be added to Gemfile
This commit is contained in:
Susan Stevens 2020-11-08 19:42:21 -06:00
parent d1dd94246c
commit 899050cdfa
2 changed files with 2 additions and 0 deletions

View file

@ -116,6 +116,7 @@ To install:
source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
gem "jekyll-include-cache", group: :jekyll_plugins
```
2. Add `jekyll-include-cache` to the `plugins` array of your `_config.yml`.

View file

@ -64,6 +64,7 @@ To install as a remote theme:
source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
gem "jekyll-include-cache", group: :jekyll_plugins
```
2. Add `jekyll-include-cache` to the `plugins` array of your `_config.yml`.