Skip to content

Commit

Permalink
chore: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Jul 19, 2022
1 parent 281e278 commit a7ef56d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.bundle
.DS_Store
.jekyll-metadata
.jekyll-cache
.sass-cache
_asset_bundler_cache
_site
Expand Down
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a7ef56d

Please sign in to comment.