Brandon Mathis
9364f37ac7
Added sass-globbing, allowing plugin stylesheets to be auto-imported from the assets/stylesheets/plugins directory
12 years ago
MORITA Hajime (omo)
20e566f58f
Makes font-family names customizable.
This chagne instroduces following variables
that allows authors to customize a font family for each class.
- $serif
- $sans
- $heading-font-family
- $header-title-font-family
This change also adds anotehr custom scss file named "_fonts.scss".
We can use it to override these newly introduced variables.
13 years ago
Brandon Mathis
ea349cdfbf
Moved themes to .themes to get it out of the way. Updated Rakefile to 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
14 years ago
Brandon Mathis
353ccfd4eb
1. Added Category support
2. Designed blog archives pages
3. Restructured Sass
4. Added Categories to rake post metadata
5. Some general style improvements
14 years ago
Brandon Mathis
da514a6559
1. Updated typography for blockquotes
2. Improved blockquote Liquid tag
3. Added custom layout Sass for making layout changes simple
14 years ago
Brandon Mathis
a2ab1d4802
1. Reordered configs in Rakefile based on importance.
2. Refactored stylesheets to simplify dreictory trees.
14 years ago
Brandon Mathis
aa23061624
Added themes directory, improved javascript load and minification.
14 years ago