📜❌ Clean up unneeded gems
This commit is contained in:
parent
400ed5881f
commit
5a8ce22d6f
2 changed files with 1 additions and 5 deletions
3
Gemfile
3
Gemfile
|
|
@ -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'
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue