File tree 4 files changed +5
-7
lines changed
4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ruby ENV['CUSTOM_RUBY_VERSION'] || '2.3.0'
3
3
4
4
gem 'rake' , '~> 10.0'
5
5
gem 'jekyll' , '~> 2.0'
6
+ gem 'rouge' , '~> 1.10'
6
7
7
8
gem 'unicorn'
8
9
gem 'lanyon' , '~> 0.2.0'
Original file line number Diff line number Diff line change 75
75
rb-inotify (0.9.7 )
76
76
ffi (>= 0.5.0 )
77
77
redcarpet (3.3.4 )
78
+ rouge (1.10.1 )
78
79
safe_yaml (1.0.4 )
79
80
sass (3.4.21 )
80
81
sawyer (0.7.0 )
@@ -104,6 +105,7 @@ DEPENDENCIES
104
105
rack-rewrite
105
106
rack-ssl
106
107
rake (~> 10.0 )
108
+ rouge (~> 1.10 )
107
109
spidr (~> 0.4 )
108
110
unicorn
109
111
validate-website (~> 0.9 )
Original file line number Diff line number Diff line change @@ -19,12 +19,7 @@ Please help us stay on top of things by following our
19
19
20
20
## Get It!
21
21
22
- The site uses Pygments for syntax highlighting. In order to generate the
23
- site locally, you need to have Python installed on your system
24
- (refer to the [ pygments.rb gem homepage] ( https://github.com/tmm1/pygments.rb )
25
- for more detailed information).
26
-
27
- Bundler will take care of the rest of the dependencies, so unless you
22
+ Bundler will take care of the dependencies, so unless you
28
23
already have done so, you might need to install bundler with:
29
24
30
25
``` sh
Original file line number Diff line number Diff line change 1
1
markdown : kramdown
2
2
permalink : pretty
3
- highlighter : pygments
3
+ highlighter : rouge
4
4
5
5
timezone : UTC
6
6
You can’t perform that action at this time.
0 commit comments