Merge pull request #2734 from susanstevens:jekyll-include-cache
Update remote theme instructions
This commit is contained in:
commit
64dc575476
2 changed files with 2 additions and 0 deletions
|
@ -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`.
|
||||
|
|
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue