Thomas Rix
bcdc904843
Escape github repo descriptions, as they may contain HTML.
12 years ago
Zhao Lü
6c26f907cc
Updated Github API to V3.
Github API V2 has been removed. The response data format also changed.
12 years ago
Zhao Lü
53ca59d6d0
Updated Github API to V3.
Github API V2 has been removed. The response data format also changed.
12 years ago
Zhao Lü
9d7240e47f
Updated Github API to V3.
Github API V2 has been removed. The response data format also changed.
12 years ago
Zhao Lü
0d14d9cd06
Updated Github API to V3.
Github API V2 has been removed. The response data format also changed.
12 years ago
Frederic Hemberger
029fa9bf31
Add response check, fixes #252
13 years ago
Brandon Mathis
d0d1e2a98d
updated github.js to use reqwest.js with Ender
13 years ago
Frederic Hemberger
569717abdc
jsHint'ed github.js
13 years ago
Philip Hofstetter
1860c23632
corrected fork skipping logic
13 years ago
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
13 years ago
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
13 years ago
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
13 years ago