]> git.sur5r.net Git - i3/i3.github.io/commitdiff
Fixing pygments option deprecation (#27)
authorStefan Hagen <github@textmail.me>
Sun, 5 Feb 2017 10:01:25 +0000 (11:01 +0100)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Sun, 5 Feb 2017 10:01:25 +0000 (02:01 -0800)
Fixes:
Deprecation: The 'pygments' configuration option has been renamed to
'highlighter'. Please update your config file accordingly. The allowed
values are 'rouge', 'pygments' or null.

_config.yml

index d5842a7e4f3897cec0b5d50c949ab2b3db228106..966ca885ded7c2e0f36a32c62aa1a8ac4ce4dca5 100644 (file)
@@ -1,4 +1,4 @@
 # dummy comment to trigger a page build
 name: i3
 markdown: redcarpet
 # dummy comment to trigger a page build
 name: i3
 markdown: redcarpet
-pygments: true
+highlighter: pygments