From 4c27cf3d9e7f20e98547593f6c11456aec810fa3 Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Wed, 18 Mar 2015 09:22:36 +0100 Subject: [PATCH] Change syntax highlighter from 'rouge' to 'pygments' in _config.yml to resolve GitHub warning --- _config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 2f0410f..faada74 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ gems: - jemoji # url is currently only used only for the RSS feed in feed.xml -url: http://ascii-boxes.github.io +url: http://boxes.thomasjensen.com/ # baseurl will often be '', but for a project page on gh-pages, it needs to # be the project name. @@ -32,7 +32,8 @@ comments: false permalink: /:year/:month/:title paginate: 10 -highlighter: rouge +#highlighter: rouge +highlighter: pygments #markdown: redcarpet #redcarpet: # extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]