Changes highlighter from pygments to rouge as requested by Github

This commit is contained in:
julien Lengrand-Lambert
2016-08-14 17:06:39 +02:00
committed by GitHub
parent e02ec497f2
commit f5b4dec0cc

View File

@@ -45,8 +45,9 @@ links:
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Europe/Amsterdam
future: true
pygments: true
pygments: false
markdown: kramdown
highlighter: rouge
# https://github.com/mojombo/jekyll/wiki/Permalinks
# permalink: /:categories/:title/
@@ -67,4 +68,4 @@ kramdown:
coderay_css: class
include: [".htaccess"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]