From 7d9248f11b9c1630b569262ed03700415cedfcc8 Mon Sep 17 00:00:00 2001 From: John Azariah Date: Mon, 11 Dec 2023 10:27:11 +1000 Subject: [PATCH] Revert "change theme" This reverts commit 41ea9496728363cc103202aa1cb3ee1bd88481a8. --- Gemfile | 10 ++++++++-- _config.yml | 3 +-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f0c48a2..70a2d24 100644 --- a/Gemfile +++ b/Gemfile @@ -22,8 +22,14 @@ end # This is the default theme for new Jekyll sites. You may change this to anything you like. # gem "minima", "~> 2.5" +# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem +# and associated library. +platforms :mingw, :x64_mingw, :mswin, :jruby do +end + # Performance-booster for watching directories on Windows +#gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? gem "webrick", "~> 1.8" -gem "tzinfo", "~> 2.0", :install_if => Gem.win_platform? -gem "tzinfo-data", :install_if => Gem.win_platform? +gem "tzinfo", "~> 2.0" +gem "tzinfo-data" diff --git a/_config.yml b/_config.yml index d4afb70..8a1676a 100644 --- a/_config.yml +++ b/_config.yml @@ -29,8 +29,7 @@ twitter_username: johnazariah github_username: johnazariah # Build settings -#remote_theme: pages-themes/architect@v0.2.0 -remote_theme: pages-themes/minimal@v0.2.0 +remote_theme: pages-themes/architect@v0.2.0 plugins: - jekyll-feed - jekyll-seo-tag