MichaelCurrin / badge-generator

Magically generate Markdown badges for your docs 🛡️ 🦡 🧙
https://michaelcurrin.github.io/badge-generator/
MIT License
384 stars 112 forks source link

Use param-based badge #61

Open MichaelCurrin opened 3 years ago

MichaelCurrin commented 3 years ago

Make sure to not encode it to keep URL readable

https://img.shields.io/static/v1?label=GH%20Pages&message=MichaelCurrin.github.io/coding-blog/&color=green

But convert space to %20.

See if a flag on the frontend makes sense.

Also the badge can be used on the Repo page to make a repo badge around social section.

MichaelCurrin commented 3 years ago

Relates to #38