Skip to content

Commit be704eb

Browse files
committed
Try theme name without quotes.
1 parent 770fd20 commit be704eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ruby "2.5.1"
1212
gem "jekyll", "~> 3.8.5"
1313

1414
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15-
# gem "minima", "~> 2.0"
15+
gem "minima", "~> 2.0"
1616

1717
gem "just-the-docs", "~> 0.2.3"
1818

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ github_username: ij-plugins
2424
# Build settings
2525
markdown: kramdown
2626
#theme: minima
27-
theme: "just-the-docs"
27+
theme: just-the-docs
2828
plugins:
2929
- jekyll-feed
3030

0 commit comments

Comments
 (0)