diff --git a/Gemfile b/Gemfile index 8394803..0e8300c 100644 --- a/Gemfile +++ b/Gemfile @@ -35,3 +35,5 @@ end gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] gem "webrick", "~> 1.7" + +gem "csv", "~> 3.0" \ No newline at end of file diff --git a/_config.yml b/_config.yml index 85ad542..a902fd3 100644 --- a/_config.yml +++ b/_config.yml @@ -18,7 +18,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -remote_theme : "mmistakes/minimal-mistakes@4.24.0" +remote_theme : "mmistakes/minimal-mistakes@4.26.2" minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" locale: "zh-CN"