Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-04 | remove all Octopress stuff | Zhiming Wang | 1 | -151/+0 | |
2014-10-20 | initial setup | Zhiming Wang | 1 | -0/+0 | |
2014-06-15 | Refactoring addSidebarToggler() | Simone | 1 | -5/+1 | |
2013-04-04 | fixed video wrapping js | Brandon Mathis | 1 | -12/+6 | |
2013-04-04 | fixed mobile navigation | Brandon Mathis | 1 | -11/+9 | |
2013-03-11 | fixed addSidebarToggler where index and section were flip-flopped | Brandon Mathis | 1 | -1/+1 | |
2013-03-10 | Mobile nav fixed. | peterboni | 1 | -2/+2 | |
Now shows links instead of 'undefined'. | |||||
2013-03-09 | Removed Twitter and Ender.js. Added jQuery and updated Modernizr | Brandon Mathis | 1 | -3/+4 | |
2013-02-15 | Fixed issue with mobile nav choosing the last option by default. Fixes #950. | Floyd Pink | 1 | -0/+1 | |
2011-12-21 | Fix delicious widget js error | hSATAC | 1 | -1/+1 | |
JS error occured when there's no tags on bookmarks Check if it's an empty string before join item[i].t | |||||
2011-12-10 | now mobile navigation inlcudes subscription links fixes #299 | Brandon Mathis | 1 | -1/+5 | |
2011-09-27 | fixed github line numbering issue, fixed a few bugs in code block styling | Brandon Mathis | 1 | -1/+1 | |
2011-09-26 | jsHint'ed octopress.js | Frederic Hemberger | 1 | -3/+3 | |
2011-09-26 | Fixes delicious integration #179 | Frederic Hemberger | 1 | -0/+9 | |
2011-09-25 | now layouts or pages can specify "sidebar: collapse" in the yaml front ↵ | Brandon Mathis | 1 | -9/+11 | |
matter for an always collapsed sidebar | |||||
2011-09-25 | mobile nav javascript updated to still work with role='main-navigation' ↵ | Brandon Mathis | 1 | -0/+1 | |
since changes affecting custom partials don't get updated with the standard update script | |||||
2011-09-24 | Fixes child selector for param[name=movie], #168 | Frederic Hemberger | 1 | -1/+1 | |
2011-09-21 | Fixed misuse of ARIA roles (see ↵ | Frederic Hemberger | 1 | -4/+4 | |
http://dev.opera.com/articles/view/introduction-to-wai-aria/) | |||||
2011-09-18 | Fixes spacing and global variable leaks, JSHint check | Frederic Hemberger | 1 | -41/+44 | |
octopress.js now almost passes JSHint (http://jshint.com). The only issues left are due to undefined Modernizr and swfobject objects and the compressed swfobject code at the end of the file, but those are neglectable. | |||||
2011-07-26 | added support for pygments.rb removing dependency on pygments, added support ↵ | Brandon Mathis | 1 | -12/+1 | |
for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists | |||||
2011-07-24 | improved navigation selection and fixed mobile nav select | Brandon Mathis | 1 | -2/+2 | |
2011-07-15 | 1. Udated category layout | Brandon Mathis | 1 | -3/+1 | |
2. Improved scoping and styling for links 3. Sidebar collapse improvements | |||||
2011-07-13 | 1. Styled pagination for blog index | Brandon Mathis | 1 | -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 | |||||
2011-07-13 | fixed sidebar columnization | Brandon Mathis | 1 | -7/+9 | |
2011-07-12 | 1. Made default layout more generic. | Brandon Mathis | 1 | -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. | |||||
2011-06-29 | Moved themes to .themes to get it out of the way. Updated Rakefile to ↵ | Brandon Mathis | 1 | -0/+0 | |
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 | |||||
2011-06-24 | 1. Added html5 video with flash fallback. | Brandon Mathis | 1 | -4/+2 | |
2. Added Rack support 3. Disqus support 4. Improved Readme 5. Improved Syntax flexibility and styling 6. Improved blockquote styling | |||||
2011-06-15 | 1. Some general styling improvements especially for syntax and navigation | Brandon Mathis | 1 | -23/+22 | |
2. JS line numbering now supports embedded gists 3. Added a favicon | |||||
2011-06-13 | 1. Removed pullquote and improved semantics of blockquote plugin. | Brandon Mathis | 1 | -1/+54 | |
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. | |||||
2011-06-08 | 1. Added support for styled subtitle in header | Brandon Mathis | 1 | -1/+6 | |
2. Added javascript detection for placeholder 3. Added backup style for search field with no-placeholder support | |||||
2011-06-07 | Added themes directory, improved javascript load and minification. | Brandon Mathis | 1 | -0/+88 | |