diff --git a/army-ants.md b/Army-Ants.md similarity index 100% rename from army-ants.md rename to Army-Ants.md diff --git a/Gemfile b/Gemfile index 0467c37..595e3be 100644 --- a/Gemfile +++ b/Gemfile @@ -1 +1,4 @@ -gem "minimal-mistakes-jekyll" \ No newline at end of file +source "https://rubygems.org" + +gem "github-pages", group: :jekyll_plugins +gem "jekyll-include-cache", group: :jekyll_plugins \ No newline at end of file diff --git a/_config.yml b/_config.yml index 2795ea1..eab2177 100644 --- a/_config.yml +++ b/_config.yml @@ -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 \ No newline at end of file