diff --git a/.gitignore b/.gitignore index 652a428..d7bb360 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .bundle .DS_Store .jekyll-metadata +.jekyll-cache .sass-cache _asset_bundler_cache _site diff --git a/Gemfile b/Gemfile index 4add350..c44980e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,6 @@ source 'https://rubygems.org' -gem 'jekyll', '~> 3.7.2' +gem 'webrick', '~> 1.7' + +gem 'github-pages', group: :jekyll_plugins +gem 'jekyll-include-cache', group: :jekyll_plugins -gem 'minimal-mistakes-jekyll' diff --git a/_config.yml b/_config.yml index d5d653c..fe0340e 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ # For technical reasons, this file is *NOT* reloaded automatically when you use # `jekyll serve`. If you change this file, please restart the server process. -theme: minimal-mistakes-jekyll +remote_theme: "mmistakes/minimal-mistakes@4.24.0" minimal_mistakes_skin : "mint" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"