Skip to content

Commit 2aa5437

Browse files
committed
chore: upgrade minima to the latest, that supports custom_head
1 parent 4fe33f7 commit 2aa5437

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ gem "webrick"
1212
# This will help ensure the proper Jekyll version is running.
1313
# Happy Jekylling!
1414
gem "jekyll", "~> 4.2.0"
15+
1516
# This is the default theme for new Jekyll sites. You may change this to anything you like.
16-
gem "minima", "~> 2.5"
17+
gem "minima", github: 'jekyll/minima', ref: '7a326eb6df07ee6ee5305cfc1b28f7092037e67d'
18+
1719
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1820
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1921
# gem "github-pages", group: :jekyll_plugins

Gemfile.lock

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
GIT
2+
remote: https://github.com/jekyll/minima.git
3+
revision: 7a326eb6df07ee6ee5305cfc1b28f7092037e67d
4+
ref: 7a326eb6df07ee6ee5305cfc1b28f7092037e67d
5+
specs:
6+
minima (2.5.1)
7+
jekyll (>= 3.5, < 5.0)
8+
jekyll-feed (~> 0.9)
9+
jekyll-seo-tag (~> 2.1)
10+
111
GEM
212
remote: https://rubygems.org/
313
specs:
@@ -46,10 +56,6 @@ GEM
4656
rb-fsevent (~> 0.10, >= 0.10.3)
4757
rb-inotify (~> 0.9, >= 0.9.10)
4858
mercenary (0.4.0)
49-
minima (2.5.1)
50-
jekyll (>= 3.5, < 5.0)
51-
jekyll-feed (~> 0.9)
52-
jekyll-seo-tag (~> 2.1)
5359
pathutil (0.16.2)
5460
forwardable-extended (~> 2.6)
5561
public_suffix (4.0.6)
@@ -72,7 +78,7 @@ PLATFORMS
7278
DEPENDENCIES
7379
jekyll (~> 4.2.0)
7480
jekyll-feed (~> 0.12)
75-
minima (~> 2.5)
81+
minima!
7682
tzinfo (~> 1.2)
7783
tzinfo-data
7884
wdm (~> 0.1.1)

_includes/custom-head.html

Whitespace-only changes.

0 commit comments

Comments
 (0)