aboutsummaryrefslogtreecommitdiff
path: root/themes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1. Updated typography for blockquotesBrandon Mathis2011-06-228-54/+72
| | | | | 2. Improved blockquote Liquid tag 3. Added custom layout Sass for making layout changes simple
* 1. Reordered configs in Rakefile based on importance.Brandon Mathis2011-06-2219-27/+30
| | | | 2. Refactored stylesheets to simplify dreictory trees.
* 1. Updated readmeBrandon Mathis2011-06-2012-78/+103
| | | | | | 2. Improved blog typography 3. Improved support for Disqus 4. Removed unnecessary page layout
* 1. Switched back to RdiscountBrandon Mathis2011-06-1911-54/+185
| | | | | | | 2. Improved Blockquote comment header 3. Added Include File and Pullquote plugins 4. Improved blog typography 5. Simplified "Read more" link
* 1. Removed unnecessary guardfileBrandon Mathis2011-06-189-73/+95
| | | | | 2. Separated Solarized color pack into a partial. 3. Changed up sass partial load order to support simple color and style overrides.
* 1. Replaced Rdiscount in favor of Kramdown (better html5 support) for ↵Brandon Mathis2011-06-1720-273/+126
| | | | | | | | | | | markdown processing. 2. Added updated instructions to the README 3. Removed unused media css directories 4. Improved use of color variables for page theming. 5. Improved Typography and blog styling. 6. Added support for simple pre and code styles 7. Misc styling and markup improvements.
* 1. Some general styling improvements especially for syntax and navigationBrandon Mathis2011-06-157-58/+105
| | | | | 2. JS line numbering now supports embedded gists 3. Added a favicon
* 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-137-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.
* 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
* 1. Improved responsive navigation styling when email subscription is presentBrandon Mathis2011-06-114-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
* updated titlecase filter, added titlecase filter to entry titles in ↵Brandon Mathis2011-06-081-2/+3
| | | | article.html partial
* 1. Added support for styled subtitle in headerBrandon Mathis2011-06-086-6/+26
| | | | | 2. Added javascript detection for placeholder 3. Added backup style for search field with no-placeholder support
* Improved the whitespace formatting for tweets where there are lots ofBrandon Mathis2011-06-081-1/+1
| | | | consecutive new lines
* Removed content. That's right, you gotta write your own!Brandon Mathis2011-06-087-627/+0
|
* Improved theme install processBrandon Mathis2011-06-082-0/+0
| | | | added missing assets
* Restored untracked JS, updated gitignore, removed unnecessaryBrandon Mathis2011-06-083-1/+7
| | | | stylesheets
* Typographic trying out some webfontsBrandon Mathis2011-06-088-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
* Added themes directory, improved javascript load and minification.Brandon Mathis2011-06-0761-0/+3728