We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3495eeb commit 2c133b6Copy full SHA for 2c133b6
Gemfile
@@ -10,11 +10,10 @@ source "https://rubygems.org"
10
11
# gem "jekyll", "~> 4.4.1"
12
13
-gem "minimal-mistakes-jekyll"
14
-
15
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
16
# uncomment the line below. To upgrade, run `bundle update github-pages`.
17
gem "github-pages", group: :jekyll_plugins
+gem "jekyll-include-cache", group: :jekyll_plugins
18
19
# If you have any plugins, put them here!
20
group :jekyll_plugins do
_config.yml
@@ -36,7 +36,7 @@ atom_feed:
36
hide: true
37
38
# Build settings
39
-theme: minimal-mistakes-jekyll
+remote_theme: "mmistakes/minimal-mistakes@4.27.3"
40
plugins:
41
- jekyll-feed
42
0 commit comments