GitHub profile customization hack
Released: GitHub Profile Trophy
I stumbled across a way (public blog) where we can customize our GitHub profile and I soo wanted to try that! It was a small effort, so even the blog would be small.
Goals
In short, Following was done:
Add a repo to back GitHub profile
Add GitHub profile trophies
Show trophies on GitHub profile
As POC, I made a simple repo to achieve these: vishwarajanand.
Flow
Add a repo to back GitHub profile:
GitHub profile can be customized via
README.md
of a public repo of my GitHub username:vishwarajanand
. So, I created vishwarajanand repo.[![trophy](https://github-profile-trophy.vercel.app/?username=vishwarajanand)](https://github.com/vishwarajanand/github-profile-trophy) Add GitHub profile trophies:
I forked ryo-ma’s github-profile-trophy (kudos to a great job!) to my own github-profile-trophy so that badges link to a repo on my profile!
Show trophies on GitHub profile:
For my demo, the source is hosted on GitHub profile: VishwarajAnand’s GitHub, quick sneak peek is below:
TECH
javascript website github