mirror of
https://github.com/jlengrand/jlengrand.github.io.git
synced 2026-03-10 08:31:22 +00:00
Changes highlighter from pygments to rouge as requested by Github
This commit is contained in:
committed by
GitHub
parent
e02ec497f2
commit
f5b4dec0cc
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user