Skip to content

Commit 482af69

Browse files
committed
Use new Jekyll configuration for code highlighting
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.
1 parent e3fbf9f commit 482af69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baseurl: ''
22
safe: true
3-
pygments: true
3+
highlighter: pygments
44
lsi: false
55
markdown: redcarpet
66
exclude:

0 commit comments

Comments
 (0)