From f8e630520495f9bb607de9fae6f7acce4205a3f5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbons Date: Tue, 11 Jun 2024 16:55:16 +0100 Subject: [PATCH] try fix actions --- Gemfile | 4 ++-- _config.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e7fa0c1..e231eda 100644 --- a/Gemfile +++ b/Gemfile @@ -9,11 +9,11 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -# gem "jekyll", "~> 4.0.0" +gem "jekyll", "~> 4.0.0" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. -gem "github-pages", group: :jekyll_plugins +# gem "github-pages", group: :jekyll_plugins gem 'webrick' # If you have any plugins, put them here! diff --git a/_config.yml b/_config.yml index 4d3757e..1a2a0bc 100644 --- a/_config.yml +++ b/_config.yml @@ -49,7 +49,6 @@ exclude: # 4. Plugins plugins: - jekyll-feed - - jekyll-remote-theme remote_theme: PQuod/simply-cyan-theme