File tree 5 files changed +9
-8
lines changed
5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- 2.4.2
1
+ 2.5.1
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ source 'https://rubygems.org'
2
2
gem 'github-pages'
3
3
gem 'rake'
4
4
gem 'rqrcode_png'
5
- gem 'redcarpet'
6
5
7
6
group :test do
8
7
gem 'html-proofer'
Original file line number Diff line number Diff line change 228
228
rb-fsevent (0.10.3 )
229
229
rb-inotify (0.9.10 )
230
230
ffi (>= 0.5.0 , < 2 )
231
- redcarpet (3.4.0 )
232
231
rouge (2.2.1 )
233
232
rqrcode (0.10.1 )
234
233
chunky_png (~> 1.0 )
@@ -265,7 +264,6 @@ DEPENDENCIES
265
264
github-pages
266
265
html-proofer
267
266
rake
268
- redcarpet
269
267
rqrcode_png
270
268
271
269
BUNDLED WITH
Original file line number Diff line number Diff line change 9
9
10
10
desc 'Build site with Jekyll'
11
11
task :build => :clean do
12
- jekyll ( 'build' )
12
+ jekyll ( 'build --profile ' )
13
13
end
14
14
15
15
desc 'Check site with html-proofer'
Original file line number Diff line number Diff line change 1
1
# To prevent Jekyll from reading bundles on Travis CI
2
2
exclude : [vendor]
3
- markdown : redcarpet
4
- highlighter : pygments
5
- repository : https://github.com/connectbot/connectbot/
3
+ highlighter : rouge
4
+ markdown : kramdown
5
+ kramdown :
6
+ input : GFM
7
+ auto_ids : true
8
+ syntax_highlighter : rouge
9
+ repository : https://github.com/connectbot/connectbot.github.io.git
6
10
permalink : pretty
7
11
plugins :
8
12
- jekyll-sitemap
You can’t perform that action at this time.
0 commit comments