📜 Clean up unneeded gems

This commit is contained in:
Dan Jones 2018-01-26 11:50:39 -06:00
commit 5a8ce22d6f
2 changed files with 1 additions and 5 deletions

View file

@ -1,7 +1,4 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'github-pages'
gem 'jekyll-github-metadata'
gem 'jekyll-sitemap' gem 'jekyll-sitemap'
gem 'jekyll-feed'
gem 'jekyll-seo-tag' gem 'jekyll-seo-tag'
gem 'bootstrap', '~> 4.0.0' gem 'bootstrap', '~> 4.0.0'

View file

@ -80,9 +80,8 @@ sass:
style: :expanded # You might prefer to minify using :compressed style: :expanded # You might prefer to minify using :compressed
# Use the following plug-ins # Use the following plug-ins
gems: plugins:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem - 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 - jekyll-seo-tag
- bootstrap - bootstrap