aboutsummaryrefslogtreecommitdiff
path: root/.themes (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-16Added support and documentation for deploying to subdirectories (likeBrandon Mathis9-15/+17
with gh-pages)
2011-07-15removed cleaned out sass commentBrandon Mathis1-1/+0
2011-07-151. Udated category layoutBrandon Mathis9-56/+84
2. Improved scoping and styling for links 3. Sidebar collapse improvements
2011-07-13Changed archive links from blog/archives/index.html to blog/archivesBrandon Mathis2-2/+2
2011-07-13Moved some post partials into source/_includes/post/ and updated includeBrandon Mathis8-12/+10
links
2011-07-131. Styled pagination for blog indexBrandon Mathis11-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
2011-07-13Updated default link colors, hovers, sidebar link colors, etcBrandon Mathis3-15/+11
2011-07-13fixed sidebar columnizationBrandon Mathis2-13/+18
2011-07-121. Made default layout more generic.Brandon Mathis19-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.
2011-07-12added a space in code figcaption title to make it play nicer with RSS or ↵Brandon Mathis1-1/+1
other no CSS views
2011-07-12fixed unclosed link on category tagBrandon Mathis1-1/+1
2011-07-11updated titlecase require on blockquote pluginBrandon Mathis1-1/+2
2011-07-11Changed _plugins folder to plugins and updated rake tasks accordinglyBrandon Mathis12-0/+0
2011-07-10Fixed broken link to archives.html in index.htmlPatrick White1-1/+1
2011-07-10Fixed broken link to archives page.Patrick White1-1/+1
2011-07-03Updated responsive typography sizingBrandon Mathis1-1/+1
2011-07-03refactored styling of colors for code blocks, reduced specificty on .feature ↵Brandon Mathis4-10/+18
class for blog posts
2011-07-03improved page title generationBrandon Mathis1-5/+1
2011-07-03improved responsive typography stylesBrandon Mathis1-8/+10
2011-07-011. Updated config so blog categories get ouput to /blog/categoriesBrandon Mathis1-0/+0
2. Increased default pagination to 10 posts per page 3. Explained email address for RSS feed better
2011-06-29Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis113-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