From f51b4aae83f2d97d00d3b68a18a556e50778276d Mon Sep 17 00:00:00 2001 From: whisky Date: Sun, 22 May 2016 10:35:37 +0800 Subject: [PATCH] Update for Jekyll 3.x # pygments: true # 'pygments' renamed to 'highlighter' # relative_permalinks: true # Relative Permalink support removedPermalink # https://jekyllrb.com/docs/upgrading/2-to-3/ --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index a05eb86..a6d580b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ name: Beyond Transparency markdown: rdiscount -pygments: true -relative_permalinks: true +highlighter: true +# relative_permalinks: true