引
自從github被微軟收購後,每天都會有一些新花樣,ui變化,介面變化,更多的功能,相信這個它會越來越好,程式設計師越來越喜歡。
今天瀏覽大佬的github 無意中發現了 github profile README.md
【is a special repository. Its README.md will appear on your public profile!】。
發現剛好我愛好的一個功能,而且之前利用Gists來給自己做了一個簡單的介紹。
來吧 我們就開始搞自己的 Github Profile ReadMe
Create a new repository
建立一個 和自己github id 同名的 repositories ,如loveincode,建立一個loveincode的即可,可選初始化README.md。
Update REDAME.md
修改你想展示的文字到README.md
,然後回到你的首頁就有了。
然後有大佬已經有寫一些外掛直接用,可以展示github的一些彙總資訊,start數、commit數、issues數等
[![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats)
將username 替換成你的 即可。