兩步驟完成在github Profile使用圖示標籤。Use Cute Icon in Github Profile Only 2 Steps by Shields.io .
製作圖示標籤
進到 Shields.io 網站 https://shields.io/category/coverage
找到 Your BADGE
依序填寫 label 標籤 message 要顯示的訊息 color 顏色
然後Make Badge
會得到一串網址 https://img.shields.io/badge/ya-qqqqq-yellow
*用來貼在github的
還可以按照文檔進行客製化,好比個人喜歡
?style=for-the-badge&logo=appveyor
就加在網址最後方
放上 Github Readme
直接在 readme.md 中使用 html 語法
<a href="https://molly1024.medium.com/" target="_blank">
<img src="--你得到的網址--" />
</a>
用a標籤就有超連結的效果啦~~~
也可以參考我的 github profile
完成 ٩(ˊᗜˋ )و