Hacktoberfest-GYE / hacktoberfestgye-landing

HacktoberfestGYE Web
http://hacktoberfestgye.org/
Apache License 2.0
2 stars 10 forks source link

feat: Add /contributors webpage #49

Closed bjgavilanes closed 3 weeks ago

bjgavilanes commented 3 weeks ago

First, I built a .json using GitHub API interface through gh-cli. Then, using jq, I filter data important to us.

Finally, I imported data/contributors.json into pages/contributors.astro, similar on how we did with /mentors, /repos, and /speakers.

Think about this, we should abstract this kind of webpage as an astro component. That should be a good PR.