From d9b8533fe656f0e4d5bfb119fc0cc00ff390653e Mon Sep 17 00:00:00 2001 From: Soon Van Date: Mon, 19 Jun 2017 23:38:48 -0400 Subject: [PATCH] Remove deprecated jekyll configuration settings pygments has been renamed to highlighter, of which its options are 'rouge', 'pygments' or null. The other options are set from the command line instead. --- _config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 1ba25b0..79cacbc 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,3 @@ -auto: true -server: true markdown: rdiscount -pygments: true +highlighter: pygments permalink: none