badge-generator
badge-generator copied to clipboard
Add GH stats generator page
e.g.
[](https://github.com/anuraghazra/github-readme-stats)
Sample output code
<a href="https://github.com/MartinHeinz/MartinHeinz">
<img align="center" src="https://github-readme-stats.vercel.app/api/top-langs/?username=MartinHeinz&hide=java,html&title_color=ffffff&text_color=c9cacc&icon_color=2bbc8a&bg_color=1d1f21" />
</a>
<a href="https://github.com/MartinHeinz/MartinHeinz">
<img align="center" src="https://github-readme-stats.vercel.app/api?username=MartinHeinz&show_icons=true&line_height=27&count_private=true&title_color=ffffff&text_color=c9cacc&icon_color=2bbc8a&bg_color=1d1f21" alt="Martin's GitHub Stats" />
</a>
<a href="https://github.com/MartinHeinz/python-project-blueprint">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=MartinHeinz&repo=python-project-blueprint&title_color=ffffff&text_color=c9cacc&icon_color=2bbc8a&bg_color=1d1f21" />
</a>
<a href="https://github.com/MartinHeinz/go-project-blueprint">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=MartinHeinz&repo=go-project-blueprint&title_color=ffffff&text_color=c9cacc&icon_color=2bbc8a&bg_color=1d1f21" />
</a>
Sample output
My own.
The list just gets shorter from 4 to 3 if you exclude, it doesn't show the next one it seems.
hide=html,make
Make sure to add alt text too for a11y
Only input needed username. And for project-specific badges the repo name.