Skip to content
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

Display source contributors #15

Open
eralpkaraduman opened this issue Jan 13, 2021 · 0 comments
Open

Display source contributors #15

eralpkaraduman opened this issue Jan 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@eralpkaraduman
Copy link
Member

Display usernames with link to their github profiles on the website

  • Maybe we could move website source link under "Source" title
  • Then add all users who contributed listed under it
  • Clicking github usernames should go to their github profiles
  • Should also show small user profile pictures before names

We could use either;
https://github.com/ldd/gatsby-source-github-api
or
https://www.gatsbyjs.com/plugins/gatsby-source-github/

list of contributors is available in githubs api;
https://api.github.com/repos/nicework-company/unhandledexception.club/contributors

lets only fetch this at build time so that the data could be statically cached. So let's not fetch the data dynamically when site loads on browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant