Skip to content

Commit 7eea33c

Browse files
authored
Bump minimal-mistakes to 4.26.2 (#136)
* Bump Jekyll to 4.3.3 * Bump minimal-mistakes to 4.26.2
1 parent a091fb2 commit 7eea33c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ end
3535
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3636

3737
gem "webrick", "~> 1.7"
38+
39+
gem "csv", "~> 3.0"

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# You can create any custom variable you would like, and they will be accessible
1919
# in the templates via {{ site.myvariable }}.
2020

21-
remote_theme : "mmistakes/minimal-mistakes@4.24.0"
21+
remote_theme : "mmistakes/minimal-mistakes@4.26.2"
2222
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
2323
locale: "zh-CN"
2424

0 commit comments

Comments
 (0)