added support for pygments.rb removing dependency on pygments, added support for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists

This commit is contained in:
Brandon Mathis
2011-07-26 23:36:42 -04:00
parent 727a149227
commit 7b81aab5ac
8 changed files with 55 additions and 48 deletions

View File

@ -28,7 +28,7 @@ plugins: plugins
code_dir: downloads/code
category_dir: blog/categories
markdown: rdiscount
pygments: true
pygments: false
paginate: 10 # Posts per page on the blog index
recent_posts: 5 # Posts in the sidebar Recent Posts section