Skip to content

Commit aec15f8

Browse files
authoredNov 14, 2020
Merge pull request mmistakes#2734 from susanstevens:jekyll-include-cache
Update remote theme instructions
2 parents a29e8f8 + 2909862 commit aec15f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ To install:
116116
source "https://rubygems.org"
117117
118118
gem "github-pages", group: :jekyll_plugins
119+
gem "jekyll-include-cache", group: :jekyll_plugins
119120
```
120121

121122
2. Add `jekyll-include-cache` to the `plugins` array of your `_config.yml`.

‎docs/_docs/01-quick-start-guide.md

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ To install as a remote theme:
6464
source "https://rubygems.org"
6565
6666
gem "github-pages", group: :jekyll_plugins
67+
gem "jekyll-include-cache", group: :jekyll_plugins
6768
```
6869

6970
2. Add `jekyll-include-cache` to the `plugins` array of your `_config.yml`.

0 commit comments

Comments
 (0)
Please sign in to comment.