Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

Commit

Permalink
Update to latest code in imathis/octopress#1590
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Jul 17, 2014
1 parent a57e2d0 commit 792ebc4
Show file tree
Hide file tree
Showing 10 changed files with 316 additions and 728 deletions.
10 changes: 6 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ gem 'jekyll-sitemap'
gem 'jekyll-page-hooks'
gem 'octopress-codefence', '~> 1.4'
gem 'octopress-codeblock', '~> 1.0'
gem 'octopress-gist', '~> 1.2'
gem 'octopress-gist', '~> 1.3'
gem 'octopress-render-code', '~> 1.0'
gem 'octopress-render-tag', '~> 1.0'
gem 'liquid', '2.5.5'
gem 'redcarpet'
gem 'compass'
gem 'rubypants'
gem 'stringex'
gem 'compass', '~> 0.12'
gem 'sass-globbing', '~> 1.0'
gem 'rubypants', '~> 0.2'
gem 'stringex', '~> 1.4'
gem 'sinatra'
gem 'thin'
gem 'maruku', '0.7.0'
Expand Down
25 changes: 18 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,18 @@ GEM
octopress-codefence (1.4.2)
jekyll-page-hooks (>= 1.0.2)
octopress-code-highlighter (~> 4.0.0)
octopress-gist (1.2.0)
octopress-code-highlighter (~> 4.0.0)
octopress-gist (1.3.3)
jekyll (~> 2.0.3)
octopress-code-highlighter (~> 4.0.2)
octopress-render-code (1.0.0)
jekyll (~> 2.0.3)
octopress-code-highlighter (~> 4.0.1)
octopress-render-tag (1.0.2)
jekyll (~> 2.0)
jekyll-page-hooks (~> 1.0)
octopress-tag-helpers (~> 1.0)
octopress-tag-helpers (1.0.1)
jekyll (~> 2.0)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.8)
Expand All @@ -81,11 +88,13 @@ GEM
rubypants (0.2.0)
safe_yaml (1.0.3)
sass (3.2.19)
sass-globbing (1.1.1)
sass (>= 3.1)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
stringex (2.5.2)
stringex (1.5.1)
thin (1.6.2)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
Expand All @@ -100,21 +109,23 @@ PLATFORMS
ruby

DEPENDENCIES
compass
compass (~> 0.12)
jekyll (~> 2.0)
jekyll-page-hooks
jekyll-sitemap
liquid (= 2.5.5)
maruku (= 0.7.0)
octopress-codeblock (~> 1.0)
octopress-codefence (~> 1.4)
octopress-gist (~> 1.2)
octopress-gist (~> 1.3)
octopress-render-code (~> 1.0)
octopress-render-tag (~> 1.0)
rack
rake
redcarpet
rouge
rubypants
rubypants (~> 0.2)
sass-globbing (~> 1.0)
sinatra
stringex
stringex (~> 1.4)
thin
5 changes: 2 additions & 3 deletions plugins/octopress_filters.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Custom filters for Octopress
require 'jekyll-page-hooks'
require 'octopress-codefence'
require 'octopress-codeblock'
require 'octopress-gist'
require 'octopress-render-code'
require './plugins/raw'
require 'octopress-render-tag'

module OctopressLiquidFilters
include Octopress::Date
Expand Down Expand Up @@ -100,5 +99,5 @@ def titlecase(input)
end

end
Liquid::Template.register_filter OctopressLiquidFilters

Liquid::Template.register_filter OctopressLiquidFilters
15 changes: 0 additions & 15 deletions plugins/raw.rb

This file was deleted.

77 changes: 0 additions & 77 deletions plugins/render_partial.rb

This file was deleted.

Loading

0 comments on commit 792ebc4

Please sign in to comment.