在GitHub中如何设置像下图那样炫酷的集体介绍?非常简单

1.创立一个与你GitHub同名的仓库,增加readme.md文件,并设置为公开的:


祝贺你!胜利激活彩蛋,在readme中编写mackdown语法的内容介绍。仓库settings中能够抉择主题

2.那么如何设置github统计块?


![booms21](https://github-readme-stats.vercel.app/api?username=你的用户名&show_icons=true&include_all_commits=true?count_private=true?include_all_commits=true&theme=vue)

引入以上链接并批改username为你的用户名即可,还可通过其余的url的参数定制块的主题和内容
更多功能的仓库地址:https://github.com/anuraghazr...

其余的小组件还有表格、成就块、其余平台订阅数等等都有对应的第三方API,大家能够去尝试。