From 9301b35889be8e992f43d194ee0a58497b11628a Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 16 Jun 2014 16:16:40 -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 871167cb..697ecd53 100644 --- a/_config.yml +++ b/_config.yml @@ -48,7 +48,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