Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-04 | remove all Octopress stuff | Zhiming Wang | 1 | -82/+0 | |
2013-01-12 | Striped whitespace from titles in blockquote plugin | Brandon Mathis | 1 | -2/+2 | |
2013-01-12 | Fixed blockquote plugin (author alone would not show up without title) | Sean Kerr | 1 | -6/+5 | |
2012-05-24 | updated plugins to work with latest version of Liquid | Brandon Mathis | 1 | -2/+2 | |
2011-12-11 | Added a space between author and site to be sure it looked good in feed ↵ | Brandon Mathis | 1 | -2/+2 | |
readers and places where the site CSS wasn't being loaded | |||||
2011-10-13 | Reverted previous commit to separate that change to a different pull request. | B Strand | 1 | -1/+1 | |
2011-10-12 | Added class='citation' to blockquotes generated by the blockquote plugin to ↵ | B Strand | 1 | -1/+1 | |
differentiate their style from the style of an html or markdown blockquote. | |||||
2011-07-22 | blockquote plugin now allows for source attribution with out a link, see docs | Brandon Mathis | 1 | -8/+17 | |
2011-07-19 | Fixed a bug where blockquotes broke without an author, also refactored a bit ↵ | Brandon Mathis | 1 | -7/+7 | |
for reability | |||||
2011-07-19 | Moved plugins to root directory. I'm ditching the idea of shipping plugins ↵ | Brandon Mathis | 1 | -0/+0 | |
with themes until it's more obviously necessary. This way it's easier to merge and update plugins. | |||||
2011-07-17 | improved regular expressions in blockquote plugin | Brandon Mathis | 1 | -8/+8 | |
2011-07-11 | updated titlecase require on blockquote plugin | Brandon Mathis | 1 | -1/+2 | |
2011-07-11 | Changed _plugins folder to plugins and updated rake tasks accordingly | Brandon Mathis | 1 | -0/+0 | |
2011-06-29 | Moved themes to .themes to get it out of the way. Updated Rakefile to ↵ | Brandon Mathis | 1 | -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-22 | 1. Updated typography for blockquotes | Brandon Mathis | 1 | -7/+22 | |
2. Improved blockquote Liquid tag 3. Added custom layout Sass for making layout changes simple | |||||
2011-06-19 | 1. Switched back to Rdiscount | Brandon Mathis | 1 | -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-15 | 1. Added new include_code tag to allow auhtors to insert files from the file ↵ | Brandon Mathis | 1 | -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-13 | 1. Removed pullquote and improved semantics of blockquote plugin. | Brandon Mathis | 1 | -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-11 | 1. Moved _plugins into themes/classic/_plugins | Brandon Mathis | 1 | -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-30 | Cleaned out public from repository, updated gitignore, added syntax | Brandon Mathis | 1 | -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. |