Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #35 from smt/pull-request-1 | Brandon Mathis | 2011-07-16 | 4 | -10/+16 |
|\ | | | | | Updated Gemfile.lock and some deprecated Compass mixin args | ||||
| * | Fix deprecated Compass transition arguments | Stephen Tudor | 2011-07-16 | 3 | -3/+3 |
| | | |||||
| * | Update Gemfile.lock to more recent gems | Stephen Tudor | 2011-07-16 | 1 | -7/+13 |
|/ | |||||
* | Added Changelog | Brandon Mathis | 2011-07-16 | 1 | -0/+29 |
| | |||||
* | Minor update to navigation, Updated Copyright, added beginning upgrade | Brandon Mathis | 2011-07-16 | 3 | -30/+6 |
| | | | | instructions. | ||||
* | Merge branch 'edge' of github.com:imathis/octopress into edge | Brandon Mathis | 2011-07-16 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #34 from kent/edge | Brandon Mathis | 2011-07-16 | 1 | -1/+1 |
| |\ | | | | | | | Updated path to plugins. | ||||
| | * | Updated path to plugins. | Kent Fenwick | 2011-07-16 | 1 | -1/+1 |
| |/ | |||||
* | | 1. Added rake task for simple configuration of subdirectory deployment. | Brandon Mathis | 2011-07-16 | 5 | -18/+78 |
|/ | | | | | 2. Updated READEME documentation regarding deploying to subdirectories. 3. Fixed related mistake in pagination and header links | ||||
* | Added support and documentation for deploying to subdirectories (like | Brandon Mathis | 2011-07-16 | 11 | -16/+42 |
| | | | | with gh-pages) | ||||
* | removed cleaned out sass comment | Brandon Mathis | 2011-07-15 | 1 | -1/+0 |
| | |||||
* | 1. Udated category layout | Brandon Mathis | 2011-07-15 | 9 | -56/+84 |
| | | | | | 2. Improved scoping and styling for links 3. Sidebar collapse improvements | ||||
* | Changed archive links from blog/archives/index.html to blog/archives | Brandon Mathis | 2011-07-13 | 2 | -2/+2 |
| | |||||
* | Moved some post partials into source/_includes/post/ and updated include | Brandon Mathis | 2011-07-13 | 8 | -12/+10 |
| | | | | links | ||||
* | 1. Styled pagination for blog index | Brandon Mathis | 2011-07-13 | 12 | -45/+62 |
| | | | | | | | | | 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, etc | Brandon Mathis | 2011-07-13 | 3 | -15/+11 |
| | |||||
* | fixed sidebar columnization | Brandon Mathis | 2011-07-13 | 2 | -13/+18 |
| | |||||
* | updated readme | Brandon Mathis | 2011-07-12 | 1 | -17/+16 |
| | |||||
* | 1. Made default layout more generic. | Brandon Mathis | 2011-07-12 | 20 | -102/+195 |
| | | | | | | | | 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 Mathis | 2011-07-12 | 1 | -1/+1 |
| | | | | other no CSS views | ||||
* | fixed unclosed link on category tag | Brandon Mathis | 2011-07-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'edge' of github.com:imathis/octopress into edge | Brandon Mathis | 2011-07-11 | 2 | -2/+2 |
|\ | |||||
| * | Merge pull request #33 from pw/archives_fix | Brandon Mathis | 2011-07-11 | 2 | -2/+2 |
| |\ | | | | | | | Archives fix | ||||
| | * | Fixed broken link to archives.html in index.html | Patrick White | 2011-07-10 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed broken link to archives page. | Patrick White | 2011-07-10 | 1 | -1/+1 |
| | | | |||||
* | | | Updated install rake task (now properly copies directory contents) Thanks ↵ | Brandon Mathis | 2011-07-11 | 1 | -4/+8 |
|/ / | | | | | | | @pw for the pull request fixes #32 | ||||
* | | updated titlecase require on blockquote plugin | Brandon Mathis | 2011-07-11 | 1 | -1/+2 |
| | | |||||
* | | Changed _plugins folder to plugins and updated rake tasks accordingly | Brandon Mathis | 2011-07-11 | 13 | -2/+3 |
|/ | |||||
* | Updated responsive typography sizing | Brandon Mathis | 2011-07-03 | 1 | -1/+1 |
| | |||||
* | refactored styling of colors for code blocks, reduced specificty on .feature ↵ | Brandon Mathis | 2011-07-03 | 4 | -10/+18 |
| | | | | class for blog posts | ||||
* | improved page title generation | Brandon Mathis | 2011-07-03 | 1 | -5/+1 |
| | |||||
* | improved responsive typography styles | Brandon Mathis | 2011-07-03 | 1 | -8/+10 |
| | |||||
* | 1. Updated config so blog categories get ouput to /blog/categories | Brandon Mathis | 2011-07-01 | 2 | -4/+5 |
| | | | | | 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 Mathis | 2011-06-29 | 114 | -12/+25 |
| | | | | 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 | ||||
* | Improved the post and init_deploy rake tasks | Brandon Mathis | 2011-06-27 | 1 | -8/+6 |
| | |||||
* | fixed a bug in init_deploy task | Brandon Mathis | 2011-06-27 | 1 | -1/+2 |
| | |||||
* | Added archive_post partial | Brandon Mathis | 2011-06-27 | 3 | -0/+35 |
| | | | | | Added post_category partial Added archives page | ||||
* | Added category index layout and noise.png | Brandon Mathis | 2011-06-27 | 2 | -0/+12 |
| | |||||
* | Included Sass files which should have been in my previous commit. Oops! | Brandon Mathis | 2011-06-27 | 15 | -13/+728 |
| | | | | How embarrassing. Also I've updated the gitignore. | ||||
* | 1. Added Category support | Brandon Mathis | 2011-06-27 | 27 | -708/+149 |
| | | | | | | | 2. Designed blog archives pages 3. Restructured Sass 4. Added Categories to rake post metadata 5. Some general style improvements | ||||
* | 1. Added html5 video with flash fallback. | Brandon Mathis | 2011-06-24 | 56 | -39/+207 |
| | | | | | | | | 2. Added Rack support 3. Disqus support 4. Improved Readme 5. Improved Syntax flexibility and styling 6. Improved blockquote styling | ||||
* | 1. Improved Deployment and setup tasks in Rakefile | Brandon Mathis | 2011-06-22 | 2 | -60/+101 |
| | | | | 2. Improved README setup instructions | ||||
* | 1. Updated typography for blockquotes | Brandon Mathis | 2011-06-22 | 8 | -54/+72 |
| | | | | | 2. Improved blockquote Liquid tag 3. Added custom layout Sass for making layout changes simple | ||||
* | 1. Reordered configs in Rakefile based on importance. | Brandon Mathis | 2011-06-22 | 20 | -31/+37 |
| | | | | 2. Refactored stylesheets to simplify dreictory trees. | ||||
* | improved rake tasks for deployment, updated .gitignore | Brandon Mathis | 2011-06-21 | 2 | -40/+32 |
| | |||||
* | 1. Updated readme | Brandon Mathis | 2011-06-20 | 13 | -79/+110 |
| | | | | | | 2. Improved blog typography 3. Improved support for Disqus 4. Removed unnecessary page layout | ||||
* | 1. Switched back to Rdiscount | Brandon Mathis | 2011-06-19 | 14 | -59/+191 |
| | | | | | | | 2. Improved Blockquote comment header 3. Added Include File and Pullquote plugins 4. Improved blog typography 5. Simplified "Read more" link | ||||
* | 1. Removed unnecessary guardfile | Brandon Mathis | 2011-06-18 | 10 | -76/+95 |
| | | | | | 2. Separated Solarized color pack into a partial. 3. Changed up sass partial load order to support simple color and style overrides. | ||||
* | Readme updates | Brandon Mathis | 2011-06-17 | 1 | -5/+2 |
| | |||||
* | 1. Replaced Rdiscount in favor of Kramdown (better html5 support) for ↵ | Brandon Mathis | 2011-06-17 | 25 | -344/+227 |
| | | | | | | | | | | | markdown processing. 2. Added updated instructions to the README 3. Removed unused media css directories 4. Improved use of color variables for page theming. 5. Improved Typography and blog styling. 6. Added support for simple pre and code styles 7. Misc styling and markup improvements. |