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 aa00a8e commit 0763b31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
File renamed without changes.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
gem "minimal-mistakes-jekyll"
source "https://rubygems.org"

gem "github-pages", group: :jekyll_plugins
gem "jekyll-include-cache", group: :jekyll_plugins
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: minimal-mistakes-jekyll
plugins:
- jekyll-include-cache
remote_theme: "mmistakes/minimal-mistakes@4.26.2"
minimal_mistakes_skin: default # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
locale: en-US

0 comments on commit 0763b31

Please sign in to comment.