From 5a8ce22d6f8c956221b7213a68034e5da05be0ed Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Fri, 26 Jan 2018 11:50:39 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=E2=9D=8C=20Clean=20up=20unneeded?= =?UTF-8?q?=20gems?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 3 --- _config.yml | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b6d0196..1a93162 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,4 @@ source 'https://rubygems.org' -gem 'github-pages' -gem 'jekyll-github-metadata' gem 'jekyll-sitemap' -gem 'jekyll-feed' gem 'jekyll-seo-tag' gem 'bootstrap', '~> 4.0.0' diff --git a/_config.yml b/_config.yml index e675e14..b8f53cb 100644 --- a/_config.yml +++ b/_config.yml @@ -80,9 +80,8 @@ sass: style: :expanded # You might prefer to minify using :compressed # Use the following plug-ins -gems: +plugins: - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem - - jekyll-feed # Create an Atom feed using the official Jekyll feed gem - jekyll-seo-tag - bootstrap