Skip to content

Commit

Permalink
fix theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jamowei committed Nov 15, 2024
1 parent 876a947 commit f883817
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
14 changes: 1 addition & 13 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
source "https://rubygems.org"

gem "github-pages", group: :jekyll_plugins
gem "minimal-mistakes-jekyll", path: ".."
gem "rake"

gem "tzinfo-data"
gem "wdm", "~> 0.1.0" if Gem.win_platform?

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-include-cache"
end
gem "minimal-mistakes-jekyll"
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ title: Card Games
title_separator: "-"
description: Collection of card games
show_downloads: false
plugins:
- jekyll-remote-theme
remote_theme: mmistakes/minimal-mistakes@master
# plugins:
# - jekyll-remote-theme
remote_theme: minimal-mistakes-jekyll
minimal_mistakes_skin: default # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
locale: en-US

0 comments on commit f883817

Please sign in to comment.