Skip to content

Commit

Permalink
Merge pull request mmistakes#2734 from susanstevens:jekyll-include-cache
Browse files Browse the repository at this point in the history
Update remote theme instructions
  • Loading branch information
mmistakes authored Nov 14, 2020
2 parents 7cfb4bf + 4feb47b commit b6c28eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
1 change: 1 addition & 0 deletions docs/_docs/01-quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit b6c28eb

Please sign in to comment.