Github 新玩法 -- Profile ReadMe
阿新 • • 發佈:2020-07-09
# Github 新玩法 -- Profile ReadMe
## Intro
今天刷 Github 的時候偶然發現一個新的玩法,Github Profile ReadMe,可以在個人的 Profile 頁面展示一個自定義的 ReadMe
## 操作步驟
### 新建倉庫
需要新建一個和 Github 使用者名稱相同的倉庫,新建時會有下面這樣的提示
![](https://img2020.cnblogs.com/blog/489462/202007/489462-20200709134432978-332239461.png)
倉庫需要是 Public 的,根據自己需要修改 ReadMe 的內容
### Profile
建立上面的倉庫之後就可以在自己的 Profile 頁面看到效果了,Profile 地址就是 github + 使用者名稱 `https://github.com/`
### 示例
下面是我的 Profile 頁面的效果
![](https://img2020.cnblogs.com/blog/489462/202007/489462-20200709134445509-1219823859.png)
圖中紅框圈出來的部分是新增的,就是從上面的倉庫的 ReadMe 裡的內容
## More
經過測試,目前該功能只支援個人,不支援組織
內容方面,Github 給出了一些建議和提示,Github 自動生成的 ReadMe 有一部分被註釋掉了,內容如下:
``` html