We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f8e3a0 + d890b1b commit 353636aCopy full SHA for 353636a
Gemfile
@@ -10,3 +10,5 @@ gem "jekyll-remote-theme"
10
group :jekyll_plugins do
11
gem "jekyll-sitemap", "~> 1.4"
12
end
13
+
14
+gem "jekyll-include-cache", "~> 0.2.1"
Gemfile.lock
@@ -29,6 +29,8 @@ GEM
29
rouge (~> 3.0)
30
safe_yaml (~> 1.0)
31
terminal-table (~> 2.0)
32
+ jekyll-include-cache (0.2.1)
33
+ jekyll (>= 3.7, < 5.0)
34
jekyll-remote-theme (0.4.3)
35
addressable (~> 2.0)
36
jekyll (>= 3.5, < 5.0)
@@ -79,6 +81,7 @@ PLATFORMS
79
81
80
82
DEPENDENCIES
83
jekyll (~> 4.2)
84
+ jekyll-include-cache (~> 0.2.1)
85
jekyll-remote-theme
86
jekyll-sitemap (~> 1.4)
87
just-the-docs (~> 0.3.3)
0 commit comments