We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770fd20 commit be704ebCopy full SHA for be704eb
2 files changed
Gemfile
@@ -12,7 +12,7 @@ ruby "2.5.1"
12
gem "jekyll", "~> 3.8.5"
13
14
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15
-# gem "minima", "~> 2.0"
+gem "minima", "~> 2.0"
16
17
gem "just-the-docs", "~> 0.2.3"
18
_config.yml
@@ -24,7 +24,7 @@ github_username: ij-plugins
24
# Build settings
25
markdown: kramdown
26
#theme: minima
27
-theme: "just-the-docs"
+theme: just-the-docs
28
plugins:
29
- jekyll-feed
30
0 commit comments