-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show contributors of repos #52
Comments
What about the ideas:
|
We can make it scrollable like on producthunt :D
|
This isn't returned by the
[
{
"login": "Haroenv",
"id": 6270048,
"avatar_url": "https://avatars.githubusercontent.com/u/6270048?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/Haroenv",
"html_url": "https://github.com/Haroenv",
"followers_url": "https://api.github.com/users/Haroenv/followers",
"following_url": "https://api.github.com/users/Haroenv/following{/other_user}",
"gists_url": "https://api.github.com/users/Haroenv/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Haroenv/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Haroenv/subscriptions",
"organizations_url": "https://api.github.com/users/Haroenv/orgs",
"repos_url": "https://api.github.com/users/Haroenv/repos",
"events_url": "https://api.github.com/users/Haroenv/events{/privacy}",
"received_events_url": "https://api.github.com/users/Haroenv/received_events",
"type": "User",
"site_admin": false,
"contributions": 68
},
{
"login": "dervondenbergen",
"id": 2054024,
"avatar_url": "https://avatars.githubusercontent.com/u/2054024?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/dervondenbergen",
"html_url": "https://github.com/dervondenbergen",
"followers_url": "https://api.github.com/users/dervondenbergen/followers",
"following_url": "https://api.github.com/users/dervondenbergen/following{/other_user}",
"gists_url": "https://api.github.com/users/dervondenbergen/gists{/gist_id}",
"starred_url": "https://api.github.com/users/dervondenbergen/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dervondenbergen/subscriptions",
"organizations_url": "https://api.github.com/users/dervondenbergen/orgs",
"repos_url": "https://api.github.com/users/dervondenbergen/repos",
"events_url": "https://api.github.com/users/dervondenbergen/events{/privacy}",
"received_events_url": "https://api.github.com/users/dervondenbergen/received_events",
"type": "User",
"site_admin": false,
"contributions": 58
},
{
"login": "LukyVj",
"id": 1630200,
"avatar_url": "https://avatars.githubusercontent.com/u/1630200?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/LukyVj",
"html_url": "https://github.com/LukyVj",
"followers_url": "https://api.github.com/users/LukyVj/followers",
"following_url": "https://api.github.com/users/LukyVj/following{/other_user}",
"gists_url": "https://api.github.com/users/LukyVj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/LukyVj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/LukyVj/subscriptions",
"organizations_url": "https://api.github.com/users/LukyVj/orgs",
"repos_url": "https://api.github.com/users/LukyVj/repos",
"events_url": "https://api.github.com/users/LukyVj/events{/privacy}",
"received_events_url": "https://api.github.com/users/LukyVj/received_events",
"type": "User",
"site_admin": false,
"contributions": 24
},
...
] related: jekyll/github-metadata#26 |
So this is possible if we either somehow cache it, or if we get or an option could be to add projects you've worked on in members.yml or make |
We could write a little service, which generates some useful JSON, or a projects.yaml, and push that to the repo periodically. We can then simply use the data like the members data normally in Jekyll. As a side effect that will also solve our problem with the site being outdated, if a new repo gets created, because there is a push from time to time.
|
As a reference here I'll write what we want:
We can get this info with |
What? Why do we need anything beside the name and contibutors of the repo. The rest is already provided by github itself, the way we are using it right now. |
then we could loop in that file instead of |
Hmmm, good point, so we will just make a better site.github. Not bad idea |
Dear all, |
Sorry @nservant we haven't tried this since 5 years ago |
Show below (aside) every repo the people, who contribute to that specific repo. Like the maker section on something on producthunt.
The text was updated successfully, but these errors were encountered: