Skip to content

Commit f673622

Browse files
committed
Use theme from local gem
So we come prepared with all gem dependencies
1 parent af0a5f0 commit f673622

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Gemfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22

33
source "https://rubygems.org"
44

5-
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6-
75
gem "github-pages", "~> 219", group: :jekyll_plugins
6+
gem "just-the-docs"

Gemfile.lock

+9
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ GEM
123123
jekyll-github-metadata (2.13.0)
124124
jekyll (>= 3.4, < 5.0)
125125
octokit (~> 4.0, != 4.4.0)
126+
jekyll-include-cache (0.2.1)
127+
jekyll (>= 3.7, < 5.0)
126128
jekyll-mentions (1.6.0)
127129
html-pipeline (~> 2.3)
128130
jekyll (>= 3.7, < 5.0)
@@ -195,6 +197,11 @@ GEM
195197
gemoji (~> 3.0)
196198
html-pipeline (~> 2.2)
197199
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)
198205
kramdown (2.3.1)
199206
rexml
200207
kramdown-parser-gfm (1.1.0)
@@ -222,6 +229,7 @@ GEM
222229
forwardable-extended (~> 2.6)
223230
public_suffix (4.0.7)
224231
racc (1.7.3)
232+
rake (13.2.1)
225233
rb-fsevent (0.11.2)
226234
rb-inotify (0.10.1)
227235
ffi (~> 1.0)
@@ -260,6 +268,7 @@ PLATFORMS
260268

261269
DEPENDENCIES
262270
github-pages (~> 219)
271+
just-the-docs
263272

264273
BUNDLED WITH
265274
2.5.9

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: remoteStorage
44
description: Open protocol for per-user storage on the Web
55

6-
remote_theme: pmarsceill/just-the-docs
6+
theme: just-the-docs
77

88
permalink: pretty
99
search_enabled: false

0 commit comments

Comments
 (0)