Remove no longer needed gem

This commit is contained in:
Paulus Schoutsen 2015-10-28 23:44:17 -07:00
parent 47eae9077e
commit 484d49b557
3 changed files with 0 additions and 9 deletions

View File

@ -22,7 +22,6 @@ group :jekyll_plugins do
gem 'jekyll-sitemap' gem 'jekyll-sitemap'
gem 'jekyll-time-to-read' gem 'jekyll-time-to-read'
gem 'octopress', '~> 3.0' gem 'octopress', '~> 3.0'
gem 'octopress-codefence'
gem 'octopress-filters' gem 'octopress-filters'
gem 'octopress-include-tag' gem 'octopress-include-tag'
end end

View File

@ -46,12 +46,6 @@ GEM
octopress-hooks (~> 2.0) octopress-hooks (~> 2.0)
redcarpet (~> 3.0) redcarpet (~> 3.0)
titlecase titlecase
octopress-code-highlighter (4.2.6)
colorator (~> 0.1)
octopress-hooks
octopress-codefence (1.6.1)
octopress-code-highlighter (~> 4.2)
octopress-hooks (~> 2.1)
octopress-deploy (1.3.0) octopress-deploy (1.3.0)
colorator colorator
octopress-escape-code (2.0.6) octopress-escape-code (2.0.6)
@ -115,7 +109,6 @@ DEPENDENCIES
jekyll-sitemap jekyll-sitemap
jekyll-time-to-read jekyll-time-to-read
octopress (~> 3.0) octopress (~> 3.0)
octopress-codefence
octopress-filters octopress-filters
octopress-include-tag octopress-include-tag
pygments.rb (~> 0.6.3) pygments.rb (~> 0.6.3)

View File

@ -57,7 +57,6 @@ highlighter: rouge
gems: gems:
- jekyll-time-to-read - jekyll-time-to-read
- octopress-filters - octopress-filters
- octopress-codefence
- octopress-include-tag - octopress-include-tag
paginate: 10 # Posts per page on the blog index paginate: 10 # Posts per page on the blog index