Skip to content

Commit da11c0e

Browse files
Minimal mistakes setup
1 parent 59b139c commit da11c0e

2 files changed

Lines changed: 3 additions & 24 deletions

File tree

Gemfile

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 4.3"
4-
gem "minimal-mistakes-jekyll"
3+
gem "github-pages", group: :jekyll_plugins
4+
gem "jekyll-include-cache", group: :jekyll_plugins
55

6-
group :jekyll_plugins do
7-
gem "jekyll-feed"
8-
gem "jekyll-seo-tag"
9-
gem "jekyll-include-cache"
10-
gem "jekyll-remote-theme"
11-
end
12-
13-
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
14-
platforms :mingw, :x64_mingw, :mswin, :jruby do
15-
gem "tzinfo", ">= 1", "< 3"
16-
gem "tzinfo-data"
17-
end
18-
19-
# Performance-booster for watching directories on Windows
20-
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
21-
22-
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
23-
# do not have a Java counterpart.
24-
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

_config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository: "php-debugger/php-debugger"
99

1010
# Build settings
1111
markdown: kramdown
12-
remote_theme: "mmistakes/minimal-mistakes@4.26.2"
12+
remote_theme: "mmistakes/minimal-mistakes@4.28.0"
1313

1414
# Minimal Mistakes theme settings
1515
minimal_mistakes_skin: "default"
@@ -33,6 +33,4 @@ defaults:
3333

3434
# Plugins
3535
plugins:
36-
- jekyll-feed
37-
- jekyll-seo-tag
3836
- jekyll-include-cache

0 commit comments

Comments
 (0)