Skip to content

Commit 059a78b

Browse files
authored
Jekyll cache (#46)
* Update navigation.html * Introduce jekyll-include-cache * Use include_cached * Update date
1 parent f7858d6 commit 059a78b

File tree

6 files changed

+16355
-19976
lines changed

6 files changed

+16355
-19976
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ gem 'rake'
44

55
group :jekyll_plugins do
66
gem 'github-pages'
7+
gem 'jekyll-include-cache'
78
gem 'jekyll-toc'
89
end

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ GEM
120120
jekyll-github-metadata (2.13.0)
121121
jekyll (>= 3.4, < 5.0)
122122
octokit (~> 4.0, != 4.4.0)
123+
jekyll-include-cache (0.2.0)
124+
jekyll (>= 3.7, < 5.0)
123125
jekyll-mentions (1.5.1)
124126
html-pipeline (~> 2.3)
125127
jekyll (>= 3.7, < 5.0)
@@ -247,8 +249,9 @@ PLATFORMS
247249

248250
DEPENDENCIES
249251
github-pages
252+
jekyll-include-cache
250253
jekyll-toc
251254
rake
252255

253256
BUNDLED WITH
254-
2.0.1
257+
2.1.4

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ url: https://railsdoc.github.io
44
source: src
55
target_rails_version: 5.2.4
66
plugins:
7+
- jekyll-include-cache
78
- jekyll-redirect-from
89
- jekyll-seo-tag
910
- jekyll-sitemap

0 commit comments

Comments
 (0)