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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user