From 1fc2e9e1c59d98cf7738679a965381a6c64f92af Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Thu, 14 Dec 2023 17:36:17 -0600 Subject: [PATCH] remove minima default theme --- docs/Gemfile | 2 +- docs/Gemfile.lock | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index aabbd72..e66845a 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -9,7 +9,7 @@ source "https://rubygems.org" # Happy Jekylling! gem "jekyll", "~> 3.9.3" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5" +#gem "minima", "~> 2.5" # 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", "~> 228", group: :jekyll_plugins diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index f090ad0..c7853e4 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -275,7 +275,6 @@ DEPENDENCIES jekyll (~> 3.9.3) jekyll-feed (~> 0.12) just-the-docs - minima (~> 2.5) tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.1)