mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-22 01:57:08 +00:00
Switch syntax highlighter from Pygments to Rouge
This commit is contained in:
parent
8903cab9a5
commit
3597ec8c8d
3 changed files with 6 additions and 3 deletions
1
Gemfile
1
Gemfile
|
@ -3,3 +3,4 @@ source 'https://rubygems.org'
|
||||||
gem 'jekyll'
|
gem 'jekyll'
|
||||||
gem 'jekyll-sitemap'
|
gem 'jekyll-sitemap'
|
||||||
gem 'octopress', '~> 3.0.0.rc.12'
|
gem 'octopress', '~> 3.0.0.rc.12'
|
||||||
|
gem 'rouge'
|
|
@ -74,6 +74,7 @@ GEM
|
||||||
rb-inotify (0.9.5)
|
rb-inotify (0.9.5)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
redcarpet (3.2.0)
|
redcarpet (3.2.0)
|
||||||
|
rouge (1.8.0)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sass (3.4.7)
|
sass (3.4.7)
|
||||||
timers (4.0.1)
|
timers (4.0.1)
|
||||||
|
@ -91,3 +92,4 @@ DEPENDENCIES
|
||||||
jekyll
|
jekyll
|
||||||
jekyll-sitemap
|
jekyll-sitemap
|
||||||
octopress (~> 3.0.0.rc.12)
|
octopress (~> 3.0.0.rc.12)
|
||||||
|
rouge
|
||||||
|
|
|
@ -10,7 +10,7 @@ url: //mmistakes.github.io/so-simple-theme
|
||||||
|
|
||||||
permalink: /:categories/:title/
|
permalink: /:categories/:title/
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
highlighter: pygments
|
highlighter: rouge
|
||||||
sass:
|
sass:
|
||||||
sass_dir: _sass
|
sass_dir: _sass
|
||||||
style: compressed
|
style: compressed
|
||||||
|
|
Loading…
Reference in a new issue