1. 程式人生 > >github 新功能 profile README.md

github 新功能 profile README.md

## 引 自從github被微軟收購後,每天都會有一些新花樣,ui變化,介面變化,更多的功能,相信這個它會越來越好,程式設計師越來越喜歡。
今天瀏覽大佬的github 無意中發現了 github profile `README.md`【is a special repository. Its README.md will appear on your public profile!】。
發現剛好我愛好的一個功能,而且之前利用Gists來給自己做了一個簡單的介紹。 ![](https://img2020.cnblogs.com/blog/632650/202007/632650-20200722225252010-2101018049.png)
來吧 我們就開始搞自己的 Github Profile ReadMe ## Create a new repository 建立一個 和自己github id 同名的 repositories ,如loveincode,建立一個loveincode的即可,可選初始化[README.md](https://github.com/loveincode/loveincode/blob/master/README.md)。
![](https://img2020.cnblogs.com/blog/632650/202007/632650-20200722225314324-815327312.png) ## 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 替換成你的 即可。
## 效果 ![](https://img2020.cnblogs.com/blog/632650/202007/632650-20200722225351531-1618147067.png)