From 4a181e3a148dc918a56295b1708ed53dc2a7f414 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 769ad02..9a48c01 100644 --- a/_config.yml +++ b/_config.yml @@ -28,7 +28,7 @@ plugins: plugins code_dir: downloads/code category_dir: blog/categories 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