From 938bab40db4b973b48d409ceeaf3304c11649b6f Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Sat, 25 May 2024 10:51:48 -0400 Subject: [PATCH] fix theme --- Gemfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index bf92cb4..7081f11 100644 --- a/Gemfile +++ b/Gemfile @@ -3,13 +3,11 @@ source "https://rubygems.org" #git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } +#gem "github-pages", group: :jekyll_plugins gem "bundler" gem "jekyll", ">= 3.8.4" gem "jekyll-theme-slate" gem "jekyll-paginate" gem "jekyll-sitemap" -gem "jekyll-remote-theme - -#gem "github-pages", group: :jekyll_plugins - +gem "jekyll-remote-theme"