File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ source "https://rubygems.org"
1010#gem "jekyll", "~> 4.3.4"
1111# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212gem "minima" , "~> 2.5"
13+ gem "just-the-docs"
1314# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1415# uncomment the line below. To upgrade, run `bundle update github-pages`.
1516gem "github-pages" , group : :jekyll_plugins
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ url: "https://contractlib.github.io" # the base hostname & protocol for your sit
2727github_username : Contract-LIB
2828
2929# Build settings
30- theme : minima
30+ # theme: minima
31+ theme : just-the-docs
3132# plugins:
3233# - jekyll-feed
3334
@@ -52,4 +53,6 @@ theme: minima
5253# - vendor/ruby/
5354
5455exclude :
56+ - tmp/
57+ - vendor/
5558 - Readme.md
You can’t perform that action at this time.
0 commit comments