Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove all Octopress stuff | Zhiming Wang | 2015-05-04 | 4 | -76/+0 |
| | |||||
* | Merge pull request #271 from simensen/ConfigureFontFamilyForSubtitle | Frederic Hemberger | 2011-12-10 | 1 | -0/+1 |
|\ | | | | | Make font-family for subtitle configurable. | ||||
| * | Provide a way to configure font family for subtitle. | Beau Simensen | 2011-11-13 | 1 | -0/+1 |
| | | |||||
* | | Remove !default from property values | Frederic Hemberger | 2011-11-18 | 1 | -3/+3 |
| | | |||||
* | | Add header font size and padding to custom layout | Frederic Hemberger | 2011-11-18 | 1 | -0/+4 |
| | | |||||
* | | Fix custom colors -bg-back, closes #269 | Frederic Hemberger | 2011-11-11 | 1 | -1/+1 |
|/ | |||||
* | Makes font-family names customizable. | MORITA Hajime (omo) | 2011-10-24 | 1 | -0/+9 |
| | | | | | | | | | | | | 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. | ||||
* | Make the background and the footer gradiations customizable | MORITA Hajime (omo) | 2011-10-23 | 1 | -0/+5 |
| | | | | | | | | This change extracts following variables for allowing customizatin: - nav-bg-back - nav-bg-front - footer-bg-back - footer-bg-front | ||||
* | improved support for solarized light theme | Brandon Mathis | 2011-10-01 | 1 | -2/+2 |
| | |||||
* | improved the default options and instructions on custom/_colors.scss | Brandon Mathis | 2011-07-26 | 1 | -1/+26 |
| | |||||
* | imrpoved support for light colored solarized theme | Brandon Mathis | 2011-07-26 | 1 | -9/+2 |
| | |||||
* | Refactored layout styles: | Brandon Mathis | 2011-07-18 | 2 | -5/+1 |
| | | | | | | | | 1. Now iPad vertical gets a collapsed sidebar with columns 2. Moved sidebar toggler styles from layout to sidebar/base 3. Added body class .sidebar-footer to support an always collapsed sidebar 4. Added $indented-lists (bool) for easily setting list indent preferences 5. Removed no-sidebar checking from sidebar-toggler, handled it through css. | ||||
* | scoped titlebar styling to figcaptions under figures with role="code", added ↵ | Brandon Mathis | 2011-07-17 | 1 | -0/+5 |
| | | | | an example for overriding a style in sass/custom/styles.scss | ||||
* | Moved themes to .themes to get it out of the way. Updated Rakefile to ↵ | Brandon Mathis | 2011-06-29 | 3 | -0/+38 |
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 |