From: Stefan Hagen Date: Sun, 5 Feb 2017 10:01:25 +0000 (+0100) Subject: Fixing pygments option deprecation (#27) X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3.github.io;a=commitdiff_plain;h=5a303171b975a18282215c22c54b64433322fcab;hp=dcc9fde345b0226c94e7f49bcbf55800998c7079 Fixing pygments option deprecation (#27) 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. --- diff --git a/_config.yml b/_config.yml index d5842a7..966ca88 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ # dummy comment to trigger a page build name: i3 markdown: redcarpet -pygments: true +highlighter: pygments