diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-08-02 00:40:38 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-08-02 00:40:50 -0400 |
commit | 4a181e3a148dc918a56295b1708ed53dc2a7f414 (patch) | |
tree | 89e3c8fc2233056dc4a6dd5e4c60e8f7ded7d47f /_config.yml | |
parent | 98200038f7c1c48d8953b530f6002729d8514dc4 (diff) | |
download | my_new_personal_website-4a181e3a148dc918a56295b1708ed53dc2a7f414.tar.xz my_new_personal_website-4a181e3a148dc918a56295b1708ed53dc2a7f414.zip |
added explaination to _config.yml for why pygments are turned off
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 769ad026..9a48c018 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 |