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