Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove all Octopress stuff | Zhiming Wang | 2015-05-04 | 8 | -710/+0 |
| | |||||
* | Refactoring addSidebarToggler() | Simone | 2014-06-15 | 1 | -5/+1 |
| | |||||
* | fixed video wrapping js | Brandon Mathis | 2013-04-04 | 1 | -12/+6 |
| | |||||
* | fixed mobile navigation | Brandon Mathis | 2013-04-04 | 1 | -11/+9 |
| | |||||
* | fixed addSidebarToggler where index and section were flip-flopped | Brandon Mathis | 2013-03-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1116 from peterboni/patch-1 | Brandon Mathis | 2013-03-10 | 1 | -2/+2 |
|\ | | | | | Mobile nav fixed. | ||||
| * | Mobile nav fixed. | peterboni | 2013-03-10 | 1 | -2/+2 |
| | | | | | | Now shows links instead of 'undefined'. | ||||
* | | Fixed GitHub jsonp call. Closed #1118 | Brandon Mathis | 2013-03-10 | 1 | -1/+1 |
|/ | |||||
* | Removed Twitter and Ender.js. Added jQuery and updated Modernizr | Brandon Mathis | 2013-03-09 | 5 | -3308/+13 |
| | |||||
* | Use HTML5 '&' character to connect query params in GitHub API call. #1031. | Parker Moore | 2013-02-20 | 1 | -1/+1 |
| | |||||
* | Use the Github API repo sorting. | Michael G. Schwern | 2013-02-18 | 1 | -9/+1 |
| | | | | | | | | | | | | | The Github API can sort by pushed time, no need to do it manually. http://developer.github.com/v3/repos/#list-user-repositories This is both more efficient, Github does the sorting, but it also fixes a bug. Because the list of results are paginated, if you have more than a page's worth of repositories it will only sort that page. This results in a false view of what has been recently pushed. For a good example, try my github account "schwern" with and without this patch. | ||||
* | Fixed issue with mobile nav choosing the last option by default. Fixes #950. | Floyd Pink | 2013-02-15 | 1 | -0/+1 |
| | |||||
* | updated ender.js to latest | Brandon Mathis | 2013-01-06 | 2 | -1400/+3159 |
| | |||||
* | Escape github repo descriptions, as they may contain HTML. | Thomas Rix | 2013-01-02 | 1 | -1/+4 |
| | |||||
* | Using https instead of protocol relative urls, for Pinboard and Twitter feeds | Brandon Mathis | 2012-10-01 | 2 | -7/+7 |
| | |||||
* | Twitter API call and links are now protocol relative | Brandon Mathis | 2012-09-29 | 1 | -5/+5 |
| | |||||
* | Updated Github API to V3. | Zhao Lü | 2012-09-09 | 1 | -1/+1 |
| | | | | Github API V2 has been removed. The response data format also changed. | ||||
* | Updated Github API to V3. | Zhao Lü | 2012-09-09 | 1 | -5/+5 |
| | | | | Github API V2 has been removed. The response data format also changed. | ||||
* | Fix delicious widget js error | hSATAC | 2011-12-21 | 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 | ||||
* | now mobile navigation inlcudes subscription links fixes #299 | Brandon Mathis | 2011-12-10 | 1 | -1/+5 |
| | |||||
* | Add response check, fixes #252 | Frederic Hemberger | 2011-10-28 | 1 | -2/+3 |
| | |||||
* | removed console.log from twitter.js #facepalm | Brandon Mathis | 2011-09-29 | 1 | -1/+0 |
| | |||||
* | fixed issue with expanded twitter urls, fixed issue where twitter would ↵ | Brandon Mathis | 2011-09-29 | 1 | -4/+8 |
| | | | | report seven day old tweets as "false" | ||||
* | updated github.js to use reqwest.js with Ender | Brandon Mathis | 2011-09-29 | 1 | -10/+7 |
| | |||||
* | added buffer for mentions in twitter stream | Brandon Mathis | 2011-09-28 | 1 | -4/+3 |
| | |||||
* | updated added reqwest to ender.js, fixed twitter.js url expansion bug | Brandon Mathis | 2011-09-27 | 2 | -25/+31 |
| | |||||
* | fixed github line numbering issue, fixed a few bugs in code block styling | Brandon Mathis | 2011-09-27 | 1 | -1/+1 |
| | |||||
* | jsHint'ed octopress.js | Frederic Hemberger | 2011-09-26 | 1 | -3/+3 |
| | |||||
* | jsHint'ed github.js | Frederic Hemberger | 2011-09-26 | 1 | -37/+33 |
| | |||||
* | Fixes delicious integration #179 | Frederic Hemberger | 2011-09-26 | 1 | -0/+9 |
| | |||||
* | Refactores twitter widget | Frederic Hemberger | 2011-09-26 | 1 | -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 hotlinking | Brandon Mathis | 2011-09-25 | 1 | -1/+37 |
| | |||||
* | now layouts or pages can specify "sidebar: collapse" in the yaml front ↵ | Brandon Mathis | 2011-09-25 | 1 | -9/+11 |
| | | | | matter for an always collapsed sidebar | ||||
* | Merge branch 'master' of github.com:imathis/octopress | Brandon Mathis | 2011-09-25 | 1 | -1/+1 |
|\ | |||||
| * | Fixes child selector for param[name=movie], #168 | Frederic Hemberger | 2011-09-24 | 1 | -1/+1 |
| | | |||||
* | | mobile nav javascript updated to still work with role='main-navigation' ↵ | Brandon Mathis | 2011-09-25 | 1 | -0/+1 |
|/ | | | | since changes affecting custom partials don't get updated with the standard update script | ||||
* | Fixed misuse of ARIA roles (see ↵ | Frederic Hemberger | 2011-09-21 | 1 | -4/+4 |
| | | | | http://dev.opera.com/articles/view/introduction-to-wai-aria/) | ||||
* | Fixes spacing and global variable leaks, JSHint check | Frederic Hemberger | 2011-09-18 | 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. | ||||
* | Merge branch 'github-repositories-plugin' of ↵ | Brandon Mathis | 2011-09-03 | 1 | -0/+43 |
|\ | | | | | | | https://github.com/pilif/octopress into pilif-github-repositories-plugin | ||||
| * | corrected fork skipping logic | Philip Hofstetter | 2011-08-04 | 1 | -1/+1 |
| | | |||||
| * | make listing/not listing of forks configurable | Philip Hofstetter | 2011-08-04 | 1 | -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 display | Philip Hofstetter | 2011-08-04 | 1 | -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 plugin | Philip Hofstetter | 2011-08-04 | 1 | -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 Mathis | 2011-09-02 | 1 | -2/+2 |
| | | | | | | | | post was more than a month old | ||||
* | | correctly scope locals | Philip Hofstetter | 2011-08-04 | 1 | -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 Mathis | 2011-07-26 | 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 | ||||
* | improved navigation selection and fixed mobile nav select | Brandon Mathis | 2011-07-24 | 1 | -2/+2 |
| | |||||
* | 1. Udated category layout | Brandon Mathis | 2011-07-15 | 1 | -3/+1 |
| | | | | | 2. Improved scoping and styling for links 3. Sidebar collapse improvements | ||||
* | 1. Styled pagination for blog index | Brandon Mathis | 2011-07-13 | 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 | ||||
* | fixed sidebar columnization | Brandon Mathis | 2011-07-13 | 1 | -7/+9 |
| |