From 5a303171b975a18282215c22c54b64433322fcab Mon Sep 17 00:00:00 2001 From: Stefan Hagen Date: Sun, 5 Feb 2017 11:01:25 +0100 Subject: [PATCH] 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. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2