aboutsummaryrefslogtreecommitdiff
path: root/plugins/blockquote.rb (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-04remove all Octopress stuffZhiming Wang1-82/+0
2013-01-12Striped whitespace from titles in blockquote pluginBrandon Mathis1-2/+2
2013-01-12Fixed blockquote plugin (author alone would not show up without title)Sean Kerr1-6/+5
2012-05-24updated plugins to work with latest version of LiquidBrandon Mathis1-2/+2
2011-12-11Added a space between author and site to be sure it looked good in feed ↵Brandon Mathis1-2/+2
readers and places where the site CSS wasn't being loaded
2011-10-13Reverted previous commit to separate that change to a different pull request.B Strand1-1/+1
2011-10-12Added class='citation' to blockquotes generated by the blockquote plugin to ↵B Strand1-1/+1
differentiate their style from the style of an html or markdown blockquote.
2011-07-22blockquote plugin now allows for source attribution with out a link, see docsBrandon Mathis1-8/+17
2011-07-19Fixed a bug where blockquotes broke without an author, also refactored a bit ↵Brandon Mathis1-7/+7
for reability
2011-07-19Moved plugins to root directory. I'm ditching the idea of shipping plugins ↵Brandon Mathis1-0/+0
with themes until it's more obviously necessary. This way it's easier to merge and update plugins.
2011-07-17improved regular expressions in blockquote pluginBrandon Mathis1-8/+8
2011-07-11updated titlecase require on blockquote pluginBrandon Mathis1-1/+2
2011-07-11Changed _plugins folder to plugins and updated rake tasks accordinglyBrandon Mathis1-0/+0
2011-06-29Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis1-0/+0
support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use
2011-06-221. Updated typography for blockquotesBrandon Mathis1-7/+22
2. Improved blockquote Liquid tag 3. Added custom layout Sass for making layout changes simple
2011-06-191. Switched back to RdiscountBrandon Mathis1-12/+12
2. Improved Blockquote comment header 3. Added Include File and Pullquote plugins 4. Improved blog typography 5. Simplified "Read more" link
2011-06-151. Added new include_code tag to allow auhtors to insert files from the file ↵Brandon Mathis1-14/+14
system with syntax highligting and a download link 2. Improved the gist tag to properly insert the sources in <noscript> tags 3. Improved semantics in the blockquote plugin and DRYed things up. 4. Pygments caching now stores to the _code_cache directory by default 5. Added a configuration for the default include_code directory 6. Updated the .gitignore
2011-06-131. Removed pullquote and improved semantics of blockquote plugin.Brandon Mathis1-55/+4
2. Removed iterator plugin as it was not being used. 3. Added initial support for html5 video with flash fallback. 4. Added responsive scaling for embedded youtube and vimeo videos. 5. Improved footer styleing.
2011-06-111. Moved _plugins into themes/classic/_pluginsBrandon Mathis1-0/+0
I think it's probably better to ship plugins with themes to make it easier to update them. 2. Improved 'install' rake task and made nicer output
2011-05-30Cleaned out public from repository, updated gitignore, added syntaxBrandon Mathis1-0/+109
highlighting tests, improved syntax highlighting and styling of pre blocks. Overriding dynamic gist styling. Added a plugin for pygments caching which should speed things up terrifically. added ender.js as a lightweight way of scripting the DOM, events, etc. Some general typography and semantic html improvements.