aboutsummaryrefslogtreecommitdiff
path: root/.themes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added support and documentation for deploying to subdirectories (likeBrandon Mathis2011-07-169-15/+17
| | | | with gh-pages)
* removed cleaned out sass commentBrandon Mathis2011-07-151-1/+0
|
* 1. Udated category layoutBrandon Mathis2011-07-159-56/+84
| | | | | 2. Improved scoping and styling for links 3. Sidebar collapse improvements
* Changed archive links from blog/archives/index.html to blog/archivesBrandon Mathis2011-07-132-2/+2
|
* Moved some post partials into source/_includes/post/ and updated includeBrandon Mathis2011-07-138-12/+10
| | | | links
* 1. Styled pagination for blog indexBrandon Mathis2011-07-1311-42/+59
| | | | | | | | | 2. Fixed Newer pagination link on page 2 3. Improved sidebar section breakdown on collapse 4. Removed sharing links from the blog index page (moved to pages) 5. Improved styling for metadata on the blog index 6. Moved /blog/archives.html to /blog/archives/index.html 7. Improved responsive layout styling bugs
* Updated default link colors, hovers, sidebar link colors, etcBrandon Mathis2011-07-133-15/+11
|
* fixed sidebar columnizationBrandon Mathis2011-07-132-13/+18
|
* 1. Made default layout more generic.Brandon Mathis2011-07-1219-102/+190
| | | | | | | | 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.
* added a space in code figcaption title to make it play nicer with RSS or ↵Brandon Mathis2011-07-121-1/+1
| | | | other no CSS views
* fixed unclosed link on category tagBrandon Mathis2011-07-121-1/+1
|
* Merge pull request #33 from pw/archives_fixBrandon Mathis2011-07-112-2/+2
|\ | | | | Archives fix
| * Fixed broken link to archives.html in index.htmlPatrick White2011-07-101-1/+1
| |
| * Fixed broken link to archives page.Patrick White2011-07-101-1/+1
| |
* | updated titlecase require on blockquote pluginBrandon Mathis2011-07-111-1/+2
| |
* | Changed _plugins folder to plugins and updated rake tasks accordinglyBrandon Mathis2011-07-1112-0/+0
|/
* Updated responsive typography sizingBrandon Mathis2011-07-031-1/+1
|
* refactored styling of colors for code blocks, reduced specificty on .feature ↵Brandon Mathis2011-07-034-10/+18
| | | | class for blog posts
* improved page title generationBrandon Mathis2011-07-031-5/+1
|
* improved responsive typography stylesBrandon Mathis2011-07-031-8/+10
|
* 1. Updated config so blog categories get ouput to /blog/categoriesBrandon Mathis2011-07-011-0/+0
| | | | | 2. Increased default pagination to 10 posts per page 3. Explained email address for RSS feed better
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-29113-0/+4681
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