aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/_plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1. Switched back to RdiscountBrandon Mathis2011-06-194-18/+95
| | | | | | | 2. Improved Blockquote comment header 3. Added Include File and Pullquote plugins 4. Improved blog typography 5. Simplified "Read more" link
* 1. Added new include_code tag to allow auhtors to insert files from the file ↵Brandon Mathis2011-06-154-50/+101
| | | | | | | | | | 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
* Merge pull request #29 from jlong/edgeBrandon Mathis2011-06-142-164/+30
|\ | | | | removed sitemap_generator in favor of generate_sitemap plugin
| * removed sitemap_generator in favor of generate_sitemap pluginJohn W. Long2011-06-132-164/+30
| |
* | 1. Removed pullquote and improved semantics of blockquote plugin.Brandon Mathis2011-06-132-104/+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.
* 1. Moved _plugins into themes/classic/_pluginsBrandon Mathis2011-06-1111-0/+898
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