Browse Source

Refactor Gemfile

bryan 4 years ago
parent
commit
f63e441a08
1 changed files with 2 additions and 7 deletions
  1. 2 7
      blog.bryanroessler.com/Gemfile

+ 2 - 7
blog.bryanroessler.com/Gemfile

@@ -1,9 +1,4 @@
 source 'https://rubygems.org'
 
-group :jekyll_plugins do
-  #gem 'github-pages', '204'
-  gem 'jekyll'
-  gem 'jekyll-paginate'
-  #gem 'jekyll-sitemap'
-  #gem 'markdown_helper', '~> 2.5', '>= 2.5.3'
-end
+gem 'jekyll', group: :jekyll_plugins
+gem 'jekyll-paginate', group: :jekyll_plugins