aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added support and documentation for deploying to subdirectories (likeBrandon Mathis2011-07-1611-16/+42
| | | | 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-1312-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, etcBrandon Mathis2011-07-133-15/+11
|
* fixed sidebar columnizationBrandon Mathis2011-07-132-13/+18
|
* updated readmeBrandon Mathis2011-07-121-17/+16
|
* 1. Made default layout more generic.Brandon Mathis2011-07-1220-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 Mathis2011-07-121-1/+1
| | | | other no CSS views
* fixed unclosed link on category tagBrandon Mathis2011-07-121-1/+1
|
* Merge branch 'edge' of github.com:imathis/octopress into edgeBrandon Mathis2011-07-112-2/+2
|\
| * 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 install rake task (now properly copies directory contents) Thanks ↵Brandon Mathis2011-07-111-4/+8
|/ / | | | | | | @pw for the pull request fixes #32
* | updated titlecase require on blockquote pluginBrandon Mathis2011-07-111-1/+2
| |
* | Changed _plugins folder to plugins and updated rake tasks accordinglyBrandon Mathis2011-07-1113-2/+3
|/
* 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-012-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 Mathis2011-06-29114-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 tasksBrandon Mathis2011-06-271-8/+6
|
* fixed a bug in init_deploy taskBrandon Mathis2011-06-271-1/+2
|
* Added archive_post partialBrandon Mathis2011-06-273-0/+35
| | | | | Added post_category partial Added archives page
* Added category index layout and noise.pngBrandon Mathis2011-06-272-0/+12
|
* Included Sass files which should have been in my previous commit. Oops!Brandon Mathis2011-06-2715-13/+728
| | | | How embarrassing. Also I've updated the gitignore.
* 1. Added Category supportBrandon Mathis2011-06-2727-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 Mathis2011-06-2456-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 RakefileBrandon Mathis2011-06-222-60/+101
| | | | 2. Improved README setup instructions
* 1. Updated typography for blockquotesBrandon Mathis2011-06-228-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 Mathis2011-06-2220-31/+37
| | | | 2. Refactored stylesheets to simplify dreictory trees.
* improved rake tasks for deployment, updated .gitignoreBrandon Mathis2011-06-212-40/+32
|
* 1. Updated readmeBrandon Mathis2011-06-2013-79/+110
| | | | | | 2. Improved blog typography 3. Improved support for Disqus 4. Removed unnecessary page layout
* 1. Switched back to RdiscountBrandon Mathis2011-06-1914-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 guardfileBrandon Mathis2011-06-1810-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 updatesBrandon Mathis2011-06-171-5/+2
|
* 1. Replaced Rdiscount in favor of Kramdown (better html5 support) for ↵Brandon Mathis2011-06-1725-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.
* 1. Some general styling improvements especially for syntax and navigationBrandon Mathis2011-06-157-58/+105
| | | | | 2. JS line numbering now supports embedded gists 3. Added a favicon
* 1. Added new include_code tag to allow auhtors to insert files from the file ↵Brandon Mathis2011-06-156-54/+106
| | | | | | | | | | system with syntax highligting and a download link 2. Improved the gist tag to properly insert the sources in <noscript> tags 3. Improved semantics in the blockquote plugin and DRYed things up. 4. Pygments caching now stores to the _code_cache directory by default 5. Added a configuration for the default include_code directory 6. Updated the .gitignore
* Merge pull request #29 from jlong/edgeBrandon Mathis2011-06-142-164/+30
|\ | | | | removed sitemap_generator in favor of generate_sitemap plugin
| * removed sitemap_generator in favor of generate_sitemap pluginJohn W. Long2011-06-132-164/+30
| |
* | 1. Removed pullquote and improved semantics of blockquote plugin.Brandon Mathis2011-06-137-110/+386
|/ | | | | | | 2. Removed iterator plugin as it was not being used. 3. Added initial support for html5 video with flash fallback. 4. Added responsive scaling for embedded youtube and vimeo videos. 5. Improved footer styleing.
* 1. Moved _plugins into themes/classic/_pluginsBrandon Mathis2011-06-1112-3/+316
| | | | | | I think it's probably better to ship plugins with themes to make it easier to update them. 2. Improved 'install' rake task and made nicer output
* 1. Improved responsive navigation styling when email subscription is presentBrandon Mathis2011-06-118-26/+64
| | | | | | | 2. Refactored subscription styling to be more DRY 3. Added an image for email subscriptions 4. Added assets directory to the gitignore for stashing working files 5. Improved gem list in the Gemfile
* 1. Reduced dependencies and updated the gemfileBrandon Mathis2011-06-114-86/+43
| | | | | | 2. Added whole vendor directory to .gitignore for `bundle package` users 3. Removed guard tasks and replaced serve tasks in Rakefile. 3. Reorganized rake tasks and cleaned up the Rakefile.
* updated titlecase filter, added titlecase filter to entry titles in ↵Brandon Mathis2011-06-082-3/+3
| | | | article.html partial