Skip to content

Commit

Permalink
use rouge instead of pygments
Browse files Browse the repository at this point in the history
  • Loading branch information
manojo committed Apr 11, 2016
1 parent 563b20c commit a1f6218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
permalink: /:categories/:year/:month/:day/:title

exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
highlighter: pygments
highlighter: rouge

# Themes are encouraged to use these universal variables
# so be sure to set them if your theme uses them.
Expand Down Expand Up @@ -130,4 +130,4 @@ JB :
# where [HELPER] is the name of the helper you are overriding.

posts_collate :
provider : "custom"
provider : "custom"

0 comments on commit a1f6218

Please sign in to comment.