aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/javascripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added support for pygments.rb removing dependency on pygments, added support ↵Brandon Mathis2011-07-261-12/+1
| | | | for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists
* improved navigation selection and fixed mobile nav selectBrandon Mathis2011-07-241-2/+2
|
* 1. Udated category layoutBrandon Mathis2011-07-151-3/+1
| | | | | 2. Improved scoping and styling for links 3. Sidebar collapse improvements
* 1. Styled pagination for blog indexBrandon Mathis2011-07-131-1/+1
| | | | | | | | | 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
* fixed sidebar columnizationBrandon Mathis2011-07-131-7/+9
|
* 1. Made default layout more generic.Brandon Mathis2011-07-121-1/+11
| | | | | | | | 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.
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-298-0/+2166
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