Skip to content

Commit f331560

Browse files
committed
Added include cache plugin explicitly to config.
1 parent 57d9663 commit f331560

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_config.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,8 @@ remote_theme: mmistakes/minimal-mistakes
4040
# - vendor/ruby/
4141

4242
# Minimal Mistakes (theme) settings
43-
minimal_mistakes_skin: "contrast" # "default", ""air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum" "sunrise
43+
minimal_mistakes_skin: "contrast" # "default", ""air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum" "sunrise
44+
45+
# Plugin settings
46+
plugins:
47+
- jekyll-include-cache # needs to be added explicitly for GitHub Pages

0 commit comments

Comments
 (0)