aboutsummaryrefslogtreecommitdiff
path: root/themes (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-151. Added new include_code tag to allow auhtors to insert files from the file ↵Brandon Mathis4-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
2011-06-13removed sitemap_generator in favor of generate_sitemap pluginJohn W. Long2-164/+30
2011-06-131. Removed pullquote and improved semantics of blockquote plugin.Brandon Mathis7-110/+386
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 Mathis11-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
2011-06-111. Improved responsive navigation styling when email subscription is presentBrandon Mathis4-25/+58
2. Refactored subscription styling to be more DRY 3. Added an image for email subscriptions 4. Added assets directory to the gitignore for stashing working files 5. Improved gem list in the Gemfile
2011-06-08updated titlecase filter, added titlecase filter to entry titles in ↵Brandon Mathis1-2/+3
article.html partial
2011-06-081. Added support for styled subtitle in headerBrandon Mathis6-6/+26
2. Added javascript detection for placeholder 3. Added backup style for search field with no-placeholder support
2011-06-08Improved the whitespace formatting for tweets where there are lots ofBrandon Mathis1-1/+1
consecutive new lines
2011-06-08Removed content. That's right, you gotta write your own!Brandon Mathis7-627/+0
2011-06-08Improved theme install processBrandon Mathis2-0/+0
added missing assets
2011-06-08Restored untracked JS, updated gitignore, removed unnecessaryBrandon Mathis3-1/+7
stylesheets
2011-06-08Typographic trying out some webfontsBrandon Mathis8-17/+15
Media query layout improvements Twitter now splits tweets with <br> and </p><p> on \n and \n\n RSS icon made a bit smaller
2011-06-07Added themes directory, improved javascript load and minification.Brandon Mathis61-0/+3728