内容简介:今天刷 Github 的时候偶然发现一个新的玩法,Github Profile ReadMe,可以在个人的 Profile 页面展示一个自定义的 ReadMe需要新建一个和 Github 用户名相同的仓库,新建时会有下面这样的提示
Github 新玩法 -- Profile ReadMe
Intro
今天刷 Github 的时候偶然发现一个新的玩法,Github Profile ReadMe,可以在个人的 Profile 页面展示一个自定义的 ReadMe
操作步骤
新建仓库
需要新建一个和 Github 用户名相同的仓库,新建时会有下面这样的提示
仓库需要是 Public 的,根据自己需要修改 ReadMe 的内容
Profile
创建上面的仓库之后就可以在自己的 Profile 页面看到效果了,Profile 地址就是 github + 用户名 https://github.com/<userName>
示例
下面是我的 Profile 页面的效果
图中红框圈出来的部分是新增的,就是从上面的仓库的 ReadMe 里的内容
More
经过测试,目前该功能只支持个人,不支持组织
内容方面,Github 给出了一些建议和提示,Github 自动生成的 ReadMe 有一部分被注释掉了,内容如下:
<!-- **WeihanLi/WeihanLi** is a :sparkles: _special_ :sparkles: repository because its `README.md` (this file) appears on your GitHub profile. Here are some ideas to get you started: - :telescope: I’m currently working on ... - :seedling: I’m currently learning ... - :dancers: I’m looking to collaborate on ... - I’m looking for help with ... - :speech_balloon: Ask me about ... - :mailbox: How to reach me: ... - :smile: Pronouns: ... - :zap: Fun fact: ... -->
提示用户可以从这几方面来介绍自己
Reference
以上所述就是小编给大家介绍的《Github 新玩法 -- Profile ReadMe》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Introduction to Graph Theory
Douglas B. West / Prentice Hall / 2000-9-1 / USD 140.00
For undergraduate or graduate courses in Graph Theory in departments of mathematics or computer science. This text offers a comprehensive and coherent introduction to the fundamental topics of graph ......一起来看看 《Introduction to Graph Theory》 这本书的介绍吧!