Switch syntax highlighter from Pygments to Rouge

This commit is contained in:
Michael Rose 2015-02-16 09:07:40 -05:00
parent 46ed690c2f
commit d495c0638c
3 changed files with 5 additions and 2 deletions

View file

@ -2,4 +2,5 @@ source 'https://rubygems.org'
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'octopress', '~> 3.0.0.rc.12'
gem 'octopress', '~> 3.0.0.rc.12'
gem 'rouge'

View file

@ -74,6 +74,7 @@ GEM
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redcarpet (3.2.0)
rouge (1.8.0)
safe_yaml (1.0.4)
sass (3.4.7)
timers (4.0.1)
@ -91,3 +92,4 @@ DEPENDENCIES
jekyll
jekyll-sitemap
octopress (~> 3.0.0.rc.12)
rouge

View file

@ -11,7 +11,7 @@ url: http://localhost:4000
permalink: /:categories/:title/
markdown: kramdown
highlighter: pygments
highlighter: rouge
sass:
sass_dir: _sass
style: compressed