Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makes font-family names customizable. | MORITA Hajime (omo) | 2011-10-24 | 1 | -0/+1 |
| | | | | | | | | | | | | 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. | ||||
* | Moved themes to .themes to get it out of the way. Updated Rakefile to ↵ | Brandon Mathis | 2011-06-29 | 1 | -0/+9 |
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 |