aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/sass/partials (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-2911-694/+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
* Included Sass files which should have been in my previous commit. Oops!Brandon Mathis2011-06-276-13/+177
| | | | How embarrassing. Also I've updated the gitignore.
* 1. Added Category supportBrandon Mathis2011-06-2711-224/+100
| | | | | | | 2. Designed blog archives pages 3. Restructured Sass 4. Added Categories to rake post metadata 5. Some general style improvements
* 1. Added html5 video with flash fallback.Brandon Mathis2011-06-243-18/+11
| | | | | | | | 2. Added Rack support 3. Disqus support 4. Improved Readme 5. Improved Syntax flexibility and styling 6. Improved blockquote styling
* 1. Updated typography for blockquotesBrandon Mathis2011-06-222-2/+3
| | | | | 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-2211-0/+660
2. Refactored stylesheets to simplify dreictory trees.