labnotes/plugins
masukomi e20e68139c sitemap_generator dies if public dir doesn't exist yet
this tests for the presence of the public dir and creates
it if needed. This situation can arise in a new install.
..
blockquote.rb blockquote plugin now allows for source attribution with out a link, see docs
category_generator.rb Fix extra subdirectories appearing in category links and atom.xml link.
code_block.rb improved lang:language for codeblock and include code. It no longer strips out surrounding whitespace.
compass_compiler.rb Moved plugins to root directory. I'm ditching the idea of shipping plugins with themes until it's more obviously necessary. This way it's easier to merge and update plugins.
gist_tag.rb updated gist_tag.rb to use <div>s to get around RDiscount's foolishness
haml.rb Moved plugins to root directory. I'm ditching the idea of shipping plugins with themes until it's more obviously necessary. This way it's easier to merge and update plugins.
image_tag.rb added support for width and height to image tag plugin
include_array.rb allow select and order of sidebar components to be configurable in jekyll's _config.yml
include_code.rb include_code now defaults to relative urls for easy testing on a development server
octopress_filters.rb now only excerpted articles show the "read on" link. Also the text for that link can be set in the _config.yml
pagination.rb reordered arguments in pagination
pullquote.rb fixed error in pullquote plugin
pygments_code.rb centralized pygments aliases into pygments_code.rb. Added alias for .ru (ruby), which sort of fixes
render_partial.rb added a raw option to render_partial. Now you can import partials without having them parsed by the Liquid template parser
sitemap_generator.rb sitemap_generator dies if public dir doesn't exist yet
titlecase.rb Moved plugins to root directory. I'm ditching the idea of shipping plugins with themes until it's more obviously necessary. This way it's easier to merge and update plugins.
video_tag.rb added video tag plugin