File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gem 'rake', '~> 10.0'
5
5
gem 'jekyll' , '~> 2.0'
6
6
7
7
gem 'unicorn'
8
- gem 'rack-jekyll ' , '~> 0.4.2 '
8
+ gem 'lanyon ' , '~> 0.2.0 '
9
9
gem 'rack-rewrite'
10
10
gem 'rack-ssl'
11
11
gem 'rack-protection'
Original file line number Diff line number Diff line change 37
37
listen (~> 3.0 )
38
38
kgio (2.10.0 )
39
39
kramdown (1.9.0 )
40
+ lanyon (0.2.0 )
41
+ jekyll (~> 2.0 )
42
+ rack (~> 1.6 )
40
43
liquid (2.6.3 )
41
44
listen (3.0.4 )
42
45
rb-fsevent (>= 0.9.3 )
54
57
posix-spawn (~> 0.3.6 )
55
58
yajl-ruby (~> 1.2.0 )
56
59
rack (1.6.4 )
57
- rack-jekyll (0.4.5 )
58
- jekyll (>= 1.3 )
59
- listen (>= 1.3 )
60
- rack (~> 1.5 )
61
60
rack-protection (1.5.3 )
62
61
rack
63
62
rack-rewrite (1.5.1 )
@@ -90,7 +89,7 @@ PLATFORMS
90
89
91
90
DEPENDENCIES
92
91
jekyll (~> 2.0 )
93
- rack-jekyll (~> 0.4.2 )
92
+ lanyon (~> 0.2.0 )
94
93
rack-protection
95
94
rack-rewrite
96
95
rack-ssl
Original file line number Diff line number Diff line change 1
- require 'rack/jekyll '
1
+ require 'lanyon '
2
2
require 'rack/rewrite'
3
3
require 'rack/ssl'
4
4
require 'rack/protection'
81
81
use Rack ::Protection ::HttpOrigin
82
82
use Rack ::Protection ::FrameOptions
83
83
84
- run Rack :: Jekyll . new
84
+ run Lanyon . application ( :skip_build => true )
You can’t perform that action at this time.
0 commit comments