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.
1 parent 4968e44 commit 609f8a4Copy full SHA for 609f8a4
docs/Gemfile
@@ -14,6 +14,7 @@ gem "minima", "~> 2.5"
14
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15
# gem "github-pages", group: :jekyll_plugins
16
gem "github-pages", "~> 232", group: :jekyll_plugins
17
+gem "just-the-docs"
18
19
# If you have any plugins, put them here!
20
group :jekyll_plugins do
docs/_config.yml
@@ -30,7 +30,9 @@ twitter_username: jekyllrb
30
github_username: jekyll
31
32
# Build settings
33
-theme: minima
+#theme: minima
34
+remote_theme: just-the-docs/just-the-docs
35
+
36
plugins:
37
- jekyll-feed
38
0 commit comments