Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove all Octopress stuff | Zhiming Wang | 2015-05-04 | 1 | -261/+0 |
| | |||||
* | gist tag plugin now works with the latest changes GitHub gists and does not ↵ | Brandon Mathis | 2012-12-18 | 1 | -28/+36 |
| | | | | fail if you do not specify a filename. | ||||
* | improved support for solarized light theme | Brandon Mathis | 2011-10-01 | 1 | -5/+8 |
| | |||||
* | fixed github line numbering issue, fixed a few bugs in code block styling | Brandon Mathis | 2011-09-27 | 1 | -13/+18 |
| | |||||
* | Fixes HTML validation issues with code highlighting | Frederic Hemberger | 2011-09-18 | 1 | -1/+1 |
| | |||||
* | Fix broken line height in diff syntax highlighting | Toby Matejovsky | 2011-08-30 | 1 | -1/+1 |
| | |||||
* | Code text works in lists now. | Chris Miller | 2011-08-12 | 1 | -1/+2 |
| | |||||
* | imrpoved support for light colored solarized theme | Brandon Mathis | 2011-07-26 | 1 | -49/+74 |
| | |||||
* | updated syntax highlighting support for perl and objective c in code_block ↵ | Brandon Mathis | 2011-07-25 | 1 | -1/+3 |
| | | | | and include_code plugins | ||||
* | improved consistency of margins on code blocks | Brandon Mathis | 2011-07-23 | 1 | -3/+4 |
| | |||||
* | made bottom margin for code blocks more consistant | Brandon Mathis | 2011-07-20 | 1 | -2/+3 |
| | |||||
* | Refactored layout styles: | Brandon Mathis | 2011-07-18 | 1 | -0/+3 |
| | | | | | | | | 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 | -3/+2 |
| | | | | an example for overriding a style in sass/custom/styles.scss | ||||
* | removed cleaned out sass comment | Brandon Mathis | 2011-07-15 | 1 | -1/+0 |
| | |||||
* | 1. Udated category layout | Brandon Mathis | 2011-07-15 | 1 | -0/+6 |
| | | | | | 2. Improved scoping and styling for links 3. Sidebar collapse improvements | ||||
* | 1. Made default layout more generic. | Brandon Mathis | 2011-07-12 | 1 | -3/+3 |
| | | | | | | | | 2. Added a page layout and improved html on post layout. 3. Improved flexibility of stylesheets for different layout types. 4. Collapsing sidebar now moves it to the bottom of the page and floats content into columns. 5. Improved sharing settings, added Google plus one. | ||||
* | refactored styling of colors for code blocks, reduced specificty on .feature ↵ | Brandon Mathis | 2011-07-03 | 1 | -7/+7 |
| | | | | class for blog posts | ||||
* | Moved themes to .themes to get it out of the way. Updated Rakefile to ↵ | Brandon Mathis | 2011-06-29 | 1 | -0/+208 |
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 |