aboutsummaryrefslogtreecommitdiff
path: root/source/javascripts/octopress.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-04remove all Octopress stuffZhiming Wang1-151/+0
2014-10-20initial setupZhiming Wang1-0/+0
2014-06-15Refactoring addSidebarToggler()Simone1-5/+1
2013-04-04fixed video wrapping jsBrandon Mathis1-12/+6
2013-04-04fixed mobile navigationBrandon Mathis1-11/+9
2013-03-11fixed addSidebarToggler where index and section were flip-floppedBrandon Mathis1-1/+1
2013-03-10Mobile nav fixed.peterboni1-2/+2
Now shows links instead of 'undefined'.
2013-03-09Removed Twitter and Ender.js. Added jQuery and updated ModernizrBrandon Mathis1-3/+4
2013-02-15Fixed issue with mobile nav choosing the last option by default. Fixes #950.Floyd Pink1-0/+1
2011-12-21Fix delicious widget js errorhSATAC1-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-10now mobile navigation inlcudes subscription links fixes #299Brandon Mathis1-1/+5
2011-09-27fixed github line numbering issue, fixed a few bugs in code block stylingBrandon Mathis1-1/+1
2011-09-26jsHint'ed octopress.jsFrederic Hemberger1-3/+3
2011-09-26Fixes delicious integration #179Frederic Hemberger1-0/+9
2011-09-25now layouts or pages can specify "sidebar: collapse" in the yaml front ↵Brandon Mathis1-9/+11
matter for an always collapsed sidebar
2011-09-25mobile nav javascript updated to still work with role='main-navigation' ↵Brandon Mathis1-0/+1
since changes affecting custom partials don't get updated with the standard update script
2011-09-24Fixes child selector for param[name=movie], #168Frederic Hemberger1-1/+1
2011-09-21Fixed misuse of ARIA roles (see ↵Frederic Hemberger1-4/+4
http://dev.opera.com/articles/view/introduction-to-wai-aria/)
2011-09-18Fixes spacing and global variable leaks, JSHint checkFrederic Hemberger1-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-26added support for pygments.rb removing dependency on pygments, added support ↵Brandon Mathis1-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-24improved navigation selection and fixed mobile nav selectBrandon Mathis1-2/+2
2011-07-151. Udated category layoutBrandon Mathis1-3/+1
2. Improved scoping and styling for links 3. Sidebar collapse improvements
2011-07-131. Styled pagination for blog indexBrandon Mathis1-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-13fixed sidebar columnizationBrandon Mathis1-7/+9
2011-07-121. Made default layout more generic.Brandon Mathis1-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-29Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis1-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-241. Added html5 video with flash fallback.Brandon Mathis1-4/+2
2. Added Rack support 3. Disqus support 4. Improved Readme 5. Improved Syntax flexibility and styling 6. Improved blockquote styling
2011-06-151. Some general styling improvements especially for syntax and navigationBrandon Mathis1-23/+22
2. JS line numbering now supports embedded gists 3. Added a favicon
2011-06-131. Removed pullquote and improved semantics of blockquote plugin.Brandon Mathis1-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-081. Added support for styled subtitle in headerBrandon Mathis1-1/+6
2. Added javascript detection for placeholder 3. Added backup style for search field with no-placeholder support
2011-06-07Added themes directory, improved javascript load and minification.Brandon Mathis1-0/+88