This repository was archived by the owner on Jun 21, 2020. It is now read-only.
File tree 10 files changed +316
-728
lines changed
10 files changed +316
-728
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,15 @@ gem 'jekyll-sitemap'
7
7
gem 'jekyll-page-hooks'
8
8
gem 'octopress-codefence' , '~> 1.4'
9
9
gem 'octopress-codeblock' , '~> 1.0'
10
- gem 'octopress-gist' , '~> 1.2 '
10
+ gem 'octopress-gist' , '~> 1.3 '
11
11
gem 'octopress-render-code' , '~> 1.0'
12
+ gem 'octopress-render-tag' , '~> 1.0'
12
13
gem 'liquid' , '2.5.5'
13
14
gem 'redcarpet'
14
- gem 'compass'
15
- gem 'rubypants'
16
- gem 'stringex'
15
+ gem 'compass' , '~> 0.12'
16
+ gem 'sass-globbing' , '~> 1.0'
17
+ gem 'rubypants' , '~> 0.2'
18
+ gem 'stringex' , '~> 1.4'
17
19
gem 'sinatra'
18
20
gem 'thin'
19
21
gem 'maruku' , '0.7.0'
Original file line number Diff line number Diff line change 58
58
octopress-codefence (1.4.2 )
59
59
jekyll-page-hooks (>= 1.0.2 )
60
60
octopress-code-highlighter (~> 4.0.0 )
61
- octopress-gist (1.2.0 )
62
- octopress-code-highlighter (~> 4.0.0 )
61
+ octopress-gist (1.3.3 )
62
+ jekyll (~> 2.0.3 )
63
+ octopress-code-highlighter (~> 4.0.2 )
63
64
octopress-render-code (1.0.0 )
64
65
jekyll (~> 2.0.3 )
65
66
octopress-code-highlighter (~> 4.0.1 )
67
+ octopress-render-tag (1.0.2 )
68
+ jekyll (~> 2.0 )
69
+ jekyll-page-hooks (~> 1.0 )
70
+ octopress-tag-helpers (~> 1.0 )
71
+ octopress-tag-helpers (1.0.1 )
72
+ jekyll (~> 2.0 )
66
73
parslet (1.5.0 )
67
74
blankslate (~> 2.0 )
68
75
posix-spawn (0.3.8 )
81
88
rubypants (0.2.0 )
82
89
safe_yaml (1.0.3 )
83
90
sass (3.2.19 )
91
+ sass-globbing (1.1.1 )
92
+ sass (>= 3.1 )
84
93
sinatra (1.4.5 )
85
94
rack (~> 1.4 )
86
95
rack-protection (~> 1.4 )
87
96
tilt (~> 1.3 , >= 1.3.4 )
88
- stringex (2 .5.2 )
97
+ stringex (1 .5.1 )
89
98
thin (1.6.2 )
90
99
daemons (>= 1.0.9 )
91
100
eventmachine (>= 1.0.0 )
@@ -100,21 +109,23 @@ PLATFORMS
100
109
ruby
101
110
102
111
DEPENDENCIES
103
- compass
112
+ compass ( ~> 0.12 )
104
113
jekyll (~> 2.0 )
105
114
jekyll-page-hooks
106
115
jekyll-sitemap
107
116
liquid (= 2.5.5 )
108
117
maruku (= 0.7.0 )
109
118
octopress-codeblock (~> 1.0 )
110
119
octopress-codefence (~> 1.4 )
111
- octopress-gist (~> 1.2 )
120
+ octopress-gist (~> 1.3 )
112
121
octopress-render-code (~> 1.0 )
122
+ octopress-render-tag (~> 1.0 )
113
123
rack
114
124
rake
115
125
redcarpet
116
126
rouge
117
- rubypants
127
+ rubypants (~> 0.2 )
128
+ sass-globbing (~> 1.0 )
118
129
sinatra
119
- stringex
130
+ stringex ( ~> 1.4 )
120
131
thin
Original file line number Diff line number Diff line change 1
1
# Custom filters for Octopress
2
- require 'jekyll-page-hooks'
3
2
require 'octopress-codefence'
4
3
require 'octopress-codeblock'
5
4
require 'octopress-gist'
6
5
require 'octopress-render-code'
7
- require './plugins/raw '
6
+ require 'octopress-render-tag '
8
7
9
8
module OctopressLiquidFilters
10
9
include Octopress ::Date
@@ -100,5 +99,5 @@ def titlecase(input)
100
99
end
101
100
102
101
end
103
- Liquid ::Template . register_filter OctopressLiquidFilters
104
102
103
+ Liquid ::Template . register_filter OctopressLiquidFilters
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments