Skip to content

Commit 1055953

Browse files
committed
Merge branch 'use-rouge'
2 parents 770eed8 + ae55032 commit 1055953

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ruby ENV['CUSTOM_RUBY_VERSION'] || '2.3.0'
33

44
gem 'rake', '~> 10.0'
55
gem 'jekyll', '~> 2.0'
6+
gem 'rouge', '~> 1.10'
67

78
gem 'unicorn'
89
gem 'lanyon', '~> 0.2.0'

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ GEM
7575
rb-inotify (0.9.7)
7676
ffi (>= 0.5.0)
7777
redcarpet (3.3.4)
78+
rouge (1.10.1)
7879
safe_yaml (1.0.4)
7980
sass (3.4.21)
8081
sawyer (0.7.0)
@@ -104,6 +105,7 @@ DEPENDENCIES
104105
rack-rewrite
105106
rack-ssl
106107
rake (~> 10.0)
108+
rouge (~> 1.10)
107109
spidr (~> 0.4)
108110
unicorn
109111
validate-website (~> 0.9)

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ Please help us stay on top of things by following our
1919

2020
## Get It!
2121

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
2823
already have done so, you might need to install bundler with:
2924

3025
``` sh

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
markdown: kramdown
22
permalink: pretty
3-
highlighter: pygments
3+
highlighter: rouge
44

55
timezone: UTC
66

0 commit comments

Comments
 (0)