From 2f7ab55f9a06b21030b0d655f59a3f627bc3c3b1 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Tue, 2 Aug 2011 00:40:38 -0400 Subject: [PATCH] added explaination to _config.yml for why pygments are turned off --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 056e2e3..0ff58c9 100644 --- a/_config.yml +++ b/_config.yml @@ -29,7 +29,7 @@ code_dir: downloads/code category_dir: blog/categories category_title_prefix: "Category: " markdown: rdiscount -pygments: false +pygments: false # default python pygments have been replaced by pygments.rb paginate: 10 # Posts per page on the blog index recent_posts: 5 # Posts in the sidebar Recent Posts section