Commit Graph

9 Commits

Author SHA1 Message Date
Zhao Lü 9d7240e47f Updated Github API to V3.
Github API V2 has been removed.  The response data format also changed.
2012-07-24 13:25:58 -07:00
Zhao Lü 0d14d9cd06 Updated Github API to V3.
Github API V2 has been removed.  The response data format also changed.
2012-07-19 22:09:48 -07:00
Frederic Hemberger 029fa9bf31 Add response check, fixes #252 2011-10-28 16:21:02 +02:00
Brandon Mathis d0d1e2a98d updated github.js to use reqwest.js with Ender 2011-09-29 16:06:09 -05:00
Frederic Hemberger 569717abdc jsHint'ed github.js 2011-09-26 14:37:01 +02:00
Philip Hofstetter 1860c23632 corrected fork skipping logic 2011-08-04 21:49:38 +02:00
Philip Hofstetter 16bb7729ec make listing/not listing of forks configurable
some people have more or less taken over projects with their forks, so
it probably makes sense to still list them among the repositories
2011-08-04 21:27:58 +02:00
Philip Hofstetter 08af7b4e38 allow limiting the amount of repos to display
by setting github_repo_count to someething that's not 0, you can limit
the amount of repositories to render
2011-08-04 21:15:50 +02:00
Philip Hofstetter f955919348 add github repositories sidebar plugin
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
2011-08-04 21:01:24 +02:00