Merge pull request #2734 from susanstevens:jekyll-include-cache

Update remote theme instructions
This commit is contained in:
Michael Rose 2020-11-14 18:05:52 -05:00 committed by GitHub
commit 64dc575476
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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`.