.. |
backtick_code_block.rb
|
Pygments error messages are now printed alongside ours.
|
2013-03-10 21:47:07 +01:00 |
blockquote.rb
|
Fixed blockquote plugin (author alone would not show up without title)
|
2013-01-12 16:40:26 -06:00 |
category_generator.rb
|
Actually bringing in the meat of the change from #629.
|
2013-03-06 00:05:59 +01:00 |
code_block.rb
|
Pygments error messages are now printed alongside ours.
|
2013-03-10 21:47:07 +01:00 |
config_tag.rb
|
Improved: config_tag plugin is much more flexible now and can be used by other plugins directly through the config_tag method
|
2013-03-11 01:19:35 -05:00 |
config.rb
|
Added plugins/config.rb for reading and writing _config.yml. Added option to use Albino and default Python Pygments by setting pygments:true in _config.yml
|
2012-06-15 12:50:44 -05:00 |
date.rb
|
Bring over a couple little things from master...
|
2013-02-21 12:28:51 -08:00 |
gist_tag.rb
|
Pygments error messages are now printed alongside ours.
|
2013-03-10 21:47:07 +01:00 |
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.
|
2011-07-19 09:06:54 -04:00 |
image_tag.rb
|
fixed example comments in image_tag plugin
|
2013-03-17 23:56:46 -05:00 |
include_code.rb
|
Pygments error messages are now printed alongside ours.
|
2013-03-10 21:47:07 +01:00 |
include_sidebar.rb
|
IncludeTag is now namespaced under the Jekyll::Tags module.
|
2013-03-25 16:56:44 +01:00 |
js_assets.rb
|
Moved javascript generation out of js_assets plugin and into generate task
|
2013-03-18 01:59:46 -05:00 |
octopress_filters.rb
|
Don't expand scheme relative urls
|
2013-03-21 16:15:13 +00:00 |
pagination.rb
|
Using the paginaton generator from Jekyll's repo.
|
2013-03-25 16:57:09 +01:00 |
post_filters.rb
|
Use Jekyll::Site's new helper method to instantiate subclasses of a constant
|
2013-03-25 09:20:34 +01:00 |
pullquote.rb
|
updated plugins to work with latest version of Liquid
|
2012-05-24 10:28:32 -05:00 |
puts.rb
|
updated puts.rb to work with latest liquid and added different output based on character width
|
2012-05-22 16:29:43 -05:00 |
pygments_code.rb
|
Pygments error messages are now printed alongside ours.
|
2013-03-10 21:47:07 +01:00 |
raw.rb
|
Fixes for Redcarpet
|
2013-01-03 11:36:51 -06:00 |
render_partial.rb
|
Grand whitespace cleanup.
|
2013-02-21 21:53:04 -08:00 |
rubypants.rb
|
apply "o" option to regexps to improve process time
|
2012-05-22 00:59:32 -05:00 |
sitemap_generator.rb
|
Use Comparable#max like a real rubyist. C'mon guys.
|
2013-03-25 17:04:33 +01:00 |
titlecase.rb
|
Improved, I think, the Titlecase plugin
|
2011-11-28 00:25:50 +01:00 |
video_tag.rb
|
Video tag plugin now supports relative urls. Closes #1127
|
2013-03-17 23:52:35 -05:00 |