Update remote theme instructions
* jekyll-install-cache gem should be added to Gemfile
This commit is contained in:
parent
d1dd94246c
commit
899050cdfa
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