From b690ee197ab1f22352e93e3d7bc816c95fdb1281 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 16 Jun 2014 16:15:11 -0400 Subject: [PATCH] Enable Pygments pre Jekyll 2.0 - GitHub Pages doesn't support highlighter: pygments, wait to switch --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index a3eb645..bf1e0f7 100644 --- a/_config.yml +++ b/_config.yml @@ -46,7 +46,8 @@ links: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones timezone: America/New_York future: true -highlighter: pygments +pygments: true +#highlighter: pygments markdown: kramdown # https://github.com/mojombo/jekyll/wiki/Permalinks