File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
5
- git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
6
-
7
5
gem "github-pages" , "~> 219" , group : :jekyll_plugins
6
+ gem "just-the-docs"
Original file line number Diff line number Diff line change 123
123
jekyll-github-metadata (2.13.0 )
124
124
jekyll (>= 3.4 , < 5.0 )
125
125
octokit (~> 4.0 , != 4.4.0 )
126
+ jekyll-include-cache (0.2.1 )
127
+ jekyll (>= 3.7 , < 5.0 )
126
128
jekyll-mentions (1.6.0 )
127
129
html-pipeline (~> 2.3 )
128
130
jekyll (>= 3.7 , < 5.0 )
195
197
gemoji (~> 3.0 )
196
198
html-pipeline (~> 2.2 )
197
199
jekyll (>= 3.0 , < 5.0 )
200
+ just-the-docs (0.8.2 )
201
+ jekyll (>= 3.8.5 )
202
+ jekyll-include-cache
203
+ jekyll-seo-tag (>= 2.0 )
204
+ rake (>= 12.3.1 )
198
205
kramdown (2.3.1 )
199
206
rexml
200
207
kramdown-parser-gfm (1.1.0 )
222
229
forwardable-extended (~> 2.6 )
223
230
public_suffix (4.0.7 )
224
231
racc (1.7.3 )
232
+ rake (13.2.1 )
225
233
rb-fsevent (0.11.2 )
226
234
rb-inotify (0.10.1 )
227
235
ffi (~> 1.0 )
@@ -260,6 +268,7 @@ PLATFORMS
260
268
261
269
DEPENDENCIES
262
270
github-pages (~> 219 )
271
+ just-the-docs
263
272
264
273
BUNDLED WITH
265
274
2.5.9
Original file line number Diff line number Diff line change 3
3
title : remoteStorage
4
4
description : Open protocol for per-user storage on the Web
5
5
6
- remote_theme : pmarsceill/ just-the-docs
6
+ theme : just-the-docs
7
7
8
8
permalink : pretty
9
9
search_enabled : false
You can’t perform that action at this time.
0 commit comments