Skip to content

Commit

Permalink
Use new Jekyll configuration for code highlighting
Browse files Browse the repository at this point in the history
This removes the following warning:

Deprecation: The 'pygments' configuration option has been renamed to 'highlighter'.
Please update your config file accordingly. The allowed values are 'rouge', 'pygments' or null.
  • Loading branch information
blowmage committed Jan 11, 2017
1 parent e3fbf9f commit 482af69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseurl: ''
safe: true
pygments: true
highlighter: pygments
lsi: false
markdown: redcarpet
exclude:
Expand Down

0 comments on commit 482af69

Please sign in to comment.