Skip to content

Commit

Permalink
Add the jekyll-include-cache plugin to fix the "missing tag" error as…
Browse files Browse the repository at this point in the history
… recommended in : mmistakes/minimal-mistakes#1875
  • Loading branch information
Luke Shepard committed Apr 24, 2019
1 parent 17eb829 commit 7df7270
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ group :jekyll_plugins do
gem "jekyll-gist"
gem "jemoji"
gem "jekyll-feed", "~> 0.6"
gem "jekyll-include-cache"
end

# Uncomment if we ever use this on Windows
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ DEPENDENCIES
github-pages
jekyll-feed (~> 0.6)
jekyll-gist
jekyll-include-cache
jekyll-paginate
jekyll-sitemap
jemoji
Expand Down
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ plugins:
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache

# mimic GitHub Pages with --safe
whitelist:
Expand All @@ -125,6 +126,7 @@ whitelist:
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache


# Archives
Expand Down

0 comments on commit 7df7270

Please sign in to comment.