Skip to content

Commit 5e9f238

Browse files
committed
Switch back to minima theme.
1 parent be704eb commit 5e9f238

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ GEM
3131
jekyll (~> 3.3)
3232
jekyll-sass-converter (1.5.2)
3333
sass (~> 3.4)
34+
jekyll-seo-tag (2.5.0)
35+
jekyll (~> 3.3)
3436
jekyll-watch (2.1.2)
3537
listen (~> 3.0)
3638
just-the-docs (0.2.3)
@@ -43,6 +45,10 @@ GEM
4345
rb-inotify (~> 0.9, >= 0.9.7)
4446
ruby_dep (~> 1.2)
4547
mercenary (0.3.6)
48+
minima (2.5.0)
49+
jekyll (~> 3.5)
50+
jekyll-feed (~> 0.9)
51+
jekyll-seo-tag (~> 2.1)
4652
pathutil (0.16.2)
4753
forwardable-extended (~> 2.6)
4854
public_suffix (3.0.3)
@@ -66,6 +72,7 @@ DEPENDENCIES
6672
jekyll (~> 3.8.5)
6773
jekyll-feed (~> 0.6)
6874
just-the-docs (~> 0.2.3)
75+
minima (~> 2.0)
6976
tzinfo-data
7077

7178
RUBY VERSION

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ github_username: ij-plugins
2323

2424
# Build settings
2525
markdown: kramdown
26-
#theme: minima
27-
theme: just-the-docs
26+
theme: minima
27+
#theme: just-the-docs
2828
plugins:
2929
- jekyll-feed
3030

0 commit comments

Comments
 (0)