aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/javascripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* jsHint'ed octopress.jsFrederic Hemberger2011-09-261-3/+3
|
* jsHint'ed github.jsFrederic Hemberger2011-09-261-37/+33
|
* Fixes delicious integration #179Frederic Hemberger2011-09-261-0/+9
|
* Refactores twitter widgetFrederic Hemberger2011-09-261-59/+54
| | | | | | | - Order of code: Define functions first before using them - Fixed issues found by jsHint (http://jshint.com) - Switched to Twitter's current API url - Expand shortened urls, fixes #165
* Ender.js is now loaded locally instead of hotlinkingBrandon Mathis2011-09-251-1/+37
|
* now layouts or pages can specify "sidebar: collapse" in the yaml front ↵Brandon Mathis2011-09-251-9/+11
| | | | matter for an always collapsed sidebar
* Merge branch 'master' of github.com:imathis/octopressBrandon Mathis2011-09-251-1/+1
|\
| * Fixes child selector for param[name=movie], #168Frederic Hemberger2011-09-241-1/+1
| |
* | mobile nav javascript updated to still work with role='main-navigation' ↵Brandon Mathis2011-09-251-0/+1
|/ | | | since changes affecting custom partials don't get updated with the standard update script
* Fixed misuse of ARIA roles (see ↵Frederic Hemberger2011-09-211-4/+4
| | | | http://dev.opera.com/articles/view/introduction-to-wai-aria/)
* Fixes spacing and global variable leaks, JSHint checkFrederic Hemberger2011-09-181-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.
* Merge branch 'github-repositories-plugin' of ↵Brandon Mathis2011-09-031-0/+43
|\ | | | | | | https://github.com/pilif/octopress into pilif-github-repositories-plugin
| * corrected fork skipping logicPhilip Hofstetter2011-08-041-1/+1
| |
| * make listing/not listing of forks configurablePhilip Hofstetter2011-08-041-2/+3
| | | | | | | | | | some people have more or less taken over projects with their forks, so it probably makes sense to still list them among the repositories
| * allow limiting the amount of repos to displayPhilip Hofstetter2011-08-041-5/+9
| | | | | | | | | | by setting github_repo_count to someething that's not 0, you can limit the amount of repositories to render
| * add github repositories sidebar pluginPhilip Hofstetter2011-08-041-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | if you specify github_user: in you _config.yml and once you add asides/github.html to your sidebar items, this plugin will fetch the specified users github repositories and order them so the last pushed ones are shown first. Then it'll list them in the side-bar, including a link and the repository description The plugin will only list your own repositories, not forks, though this might need to be configurable later
* | fixed bug with twitter feed where it would sometimes say "undefined" if the ↵Brandon Mathis2011-09-021-2/+2
| | | | | | | | post was more than a month old
* | correctly scope localsPhilip Hofstetter2011-08-041-1/+3
|/ | | | | | | | having such generic variables as feed and i global is a recipe for trouble waiting to happen. These variables aren't used outside of the twitter plugin, so we can easily make them local to getTwitterFeed
* 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