GitHub个人描述文件

创建仓库

  • 注意需要和自己的GitHub用户名一致
  • 我的已经创建过了,这里我只是演示

GitHub 数据卡

[![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats)
  • 将?username=value更改为自己GitHub的用户名

隐藏个人统计

  • 要隐藏任何特定的统计信息,您可以传递一个查询参数?hide=用逗号分隔值
  • Options: &hide=stars,commits,prs,issues,contribs
![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=contribs,prs)

把私人捐款加到总承诺数中

  • 您可以使用query参数将所有私有贡献的计数添加到总提交计数中?count_private=true
  • 注意:如果您自己部署这个项目,私有贡献将被默认计数,否则您需要选择共享您的私有贡献计数
  • Options: &count_private=true
![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&count_private=true)

显示图标

  • 要启用图标,您可以在查询参数中传递show_icons=true,像这样:
![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true)

主题

  • 使用内建主题,您可以自定义卡片的外观,而无需进行任何手动自定义
  • 使用?theme=THEME_NAME参数
![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&theme=radical)

所有内置的主题

dark, radical, merko, gruvbox, tokyonight, onedark, cobalt, synthwave, highcontrast, dracula

本博主的 README.md 内容如下可进行参考:

### Hi there, I'm [BNTang!](https://xiaohuihuit.github.io/about/)👋

- 🔭 I’m currently working on Full Stack engineer
- 🌱 I’m currently learning ...
- 👯 I’m looking to collaborate on partner
- 🤔 I’m looking for help with ...
- 💬 Ask me about ...
- 📫 How to reach me: 303158131@qq.com
- 😄 Pronouns: BNTang
- ⚡ Fun fact: ...

<a href="https://github.com/anuraghazra/github-readme-stats">
  <img align="center" src="https://github-readme-stats.vercel.app/api?username=BNTang&hide=prs&count_private=true&show_icons=true&theme=material-palenight" alt="BNTang github stats" width="488" height="170" />
</a>
<a href="https://github.com/anuraghazra/github-readme-stats">
  <img align="center" src="https://github-readme-stats.vercel.app/api/top-langs/?username=BNTang&layout=compact&theme=material-palenight" alt="Top Langs" height="168" />
</a>
posted @ 2020-09-07 23:09  BNTang  阅读(311)  评论(0编辑  收藏  举报