Skip to content

Commit ad1e47a

Browse files
committed
adding rouge
1 parent 8e67ba9 commit ad1e47a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source 'http://rubygems.org'
22

33
gem 'github-pages'
44
gem 'rake'
5+
gem 'rouge'
56
gem 'pygments.rb'
67
gem 'jekyll'
78
gem 'html-proofer'

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ GEM
131131
ffi (>= 0.5.0)
132132
rdiscount (2.1.8)
133133
redcarpet (3.3.3)
134+
rouge (1.10.1)
134135
safe_yaml (1.0.4)
135136
sass (3.4.21)
136137
sawyer (0.6.0)
@@ -162,6 +163,7 @@ DEPENDENCIES
162163
jemoji
163164
pygments.rb
164165
rake
166+
rouge
165167

166168
BUNDLED WITH
167169
1.11.2

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ url: http://sergiokopplin.github.io/indigo
66
# your url: http://USERNAME.github.io
77
permalink: /:title/
88

9+
markdown: kramdown
10+
highlighter: rouge
11+
912
analytics: 'UA-MYANALYTICS'
1013
disqus: mydisqus
1114
facebook: myfacebook

0 commit comments

Comments
 (0)