131 Commits (f0674c69366b9172e6811036bbc5b0a29dbf6025)

Author SHA1 Message Date
Marcus Young 3cac6b9a16 The gist hashes have changed. They include letters now 12 years ago
Michael Buffington a2ee7a0af1 Revised the regex for JsFiddle plugin after further testing. 12 years ago
Michael Buffington 46be4c8fc4 Adjusted JsFiddle plugin to detect jsFiddle versions. 12 years ago
Brandon Mathis afca876bd4 Accepting all non-whitespace characters as language names for Pygments code highlighting 12 years ago
Brandon Mathis 3ab22cb820 Allowing dashes in code names. Closes #1166 12 years ago
Joel Clermont 1a1c8681a4 Enable inline PHP syntax highlighting 12 years ago
Brandon Mathis 05db158fec Improved: config_tag plugin is much more flexible now and can be used by other plugins directly through the config_tag method 12 years ago
Brandon Mathis 2bec7f858a added config_tag plugin for integration of configuration into templates 12 years ago
Parker Moore de8e79f348 Using data.code.to_i like a true Rubyist in plugins/gist_code.rb. Heh. #438 12 years ago
Parker Moore 407a242f2d Using data.code.to_i like a true Rubyist in plugins/gist_code.rb. Heh. #438 12 years ago
Shane Liesegang 35e23f59ca Update plugins/pygments_code.rb 12 years ago
sjml 9293ecc174 Update plugins/pygments_code.rb 12 years ago
Brandon Mathis 8bf09b178d Video tag plugin now supports mp4,ogv,webm formats, closes #931 12 years ago
Brandon Mathis cd6926e41b Striped whitespace from titles in blockquote plugin 12 years ago
Sean Kerr d686105bda Fixed blockquote plugin (author alone would not show up without title) 12 years ago
Brandon Mathis d774630d3e Improved error message for category_generator plugin. Addresses #116 12 years ago
richo 5b332f5c95 Whitespace 12 years ago
Brandon Mathis 55fa9b3d8e Removed unnecessary regex in code block plugin 12 years ago
Brandon Mathis c18de55875 Titles in code plugins can have slashes in them. Closes #892 12 years ago
Brandon Mathis 72b4e8d562 gist tag plugin now works with the latest changes GitHub gists and does not fail if you do not specify a filename. 12 years ago
Liang Sun 0ccd0679fd To support url without domain name like /path/file 12 years ago
Ivo Wever 6029981e35 Fix for issue #622 12 years ago
Leonardo Saraiva d102dcda68 Added stringex and changed to use #to_url for create directory. To don't receive error in url to accented characters. 13 years ago
Brandon Mathis e53b26ad30 updated plugins to work with latest version of Liquid 13 years ago
Brandon Mathis 8753a6b00c Octopress filters are now limited to html producing templating languages, Fixes #536 13 years ago
Roman Yepishev 7ebc0a0d8b Convert to integer before comparing. data.code is String 13 years ago
Roman Yepishev ef8392e267 Raise RuntimeError when gist is unavailable 13 years ago
David Tchepak 02dac280d0 Extract category_link filter from category_generator.rb plugin 13 years ago
Brandon Mathis 4e0fec0e0f Added a space between author and site to be sure it looked good in feed readers and places where the site CSS wasn't being loaded 13 years ago
Brandon Mathis d5a02a78f6 Added RubyPants (the ruby port of John Gruber's smarty pants) to intelligently replace primes with smart quotes in the pullquote plugin, fixes #316 13 years ago
Frederic Hemberger 6714e5c7f5 Set flag in preview mode and re-generate files before deployment if necessary 13 years ago
J. B. Rainsberger 343e0f1409 Improved, I think, the Titlecase plugin 13 years ago
Frederic Hemberger f1ebf35869 Introduce distinction between preview/productive site generation 13 years ago
Frederic Hemberger 4feeecfdef Date format: Remove unnecessary escapement 13 years ago
Frederic Hemberger 142681489f Add custom date format %o for ordinal representation of the day 13 years ago
Frederic Hemberger 987dccee76 Add custom date format to pages, add 'updated' field again 13 years ago
Frederic Hemberger a81ef5e28b Improve handling of meta description 13 years ago
Frederic Hemberger 2043c543d2 Add utf-8 encoding option to Pygments highlighter, fixes #232 13 years ago
Frederic Hemberger c2a68cc2a9 Make post's date output configurable via _config.yml, closes #164 13 years ago
mattn 92f57ad15b support proxy. 13 years ago
Frederic Hemberger 21803814bc Adds parameter for left aligned pullquotes, fixes #215 13 years ago
Frederic Hemberger 1772a8af8f Removes also leading tab from backtick codeblock 13 years ago
B Strand d983e3eb31 Reverted previous commit to separate that change to a different pull request. 13 years ago
B Strand f6fb11a375 Added class='citation' to blockquotes generated by the blockquote plugin to differentiate their style from the style of an html or markdown blockquote. 13 years ago
B Strand cae964e875 Updated pullquote.rb to use a vernacular similar to the image tag. 13 years ago
strand 8897083cf7 Implemented pullquoteleft functionality 13 years ago
Frederic Hemberger 9909f16d80 Codeblock: Output source even if 'pygments_prefix' or 'pygments_suffix' is nil. Fixes #182 13 years ago
Mikkel Hoegh 66916f57a7 First attempt at creating per-category Atom feeds. 13 years ago
Frederic Hemberger 6315527b2f Adds CDATA sections to atom.xml, fixes #198 13 years ago
Victor Jalencas f75f17b05c Allow capitalization after a period. 13 years ago