最近偶然发现别人的 Github 首页长这样,觉得超级不错,于是赶紧去弄了一个,顺便记录下来。
现在想要丰富 Github 的首页其实很简单,只需要新建一个仓库名 和自己 Github 用户名相同的仓库并且添加一个 README.md 文件
新建仓库
新建与用户名同名的仓库并添加README文件
编辑README
编写 README 文件
预览
提交
README 文件内容
添加Github统计卡
[![Github stats](https://github-readme-stats.vercel.app/api?username=YourUsername&show_icons=true&include_all_commits=true)](https://github.com/YourUsername/github-readme-stats)
[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=YourUsername&layout=compact)](https://github.com/YourUsername/github-readme-stats)
将仓库固定在首页
![ReadMe Card](https://github-readme-stats.vercel.app/api/pin/?username=YourUsername&repo=YourRepositoryName)
注意将 YourUsername 更改为自己的Github用户名,YourRepositoryName 更改为自己的仓库名
我的README文件
## Hey 👋, This is Ruan
[![Mail Badge](https://img.shields.io/badge/-11812109@mail.sustech.edu.cn-c14438?style=flat&logo=Gmail&logoColor=white&link=mailto:11812109@mail.sustech.edu.cn)](mailto:11812109@mail.sustech.edu.cn) [![Github Badge](https://img.shields.io/badge/-ryyyc-grey?style=flat&logo=github&logoColor=white&link=https://github.com/ryyyc/)](https://www.github.com/ryyyc/)
## Some of my Github Stats
<p align=left> <img src=https://komarev.com/ghpvc/?username=ryyyc alt=ryyyc /> </p>
<a href="https://github.com/ryyyc">
<img align="center" alt="GitHub Stats" src="https://github-readme-stats.vercel.app/api?username=ryyyc&show_icons=true&include_all_commits=true" />
</a>
<a href="https://github.com/ryyyc">
<img align="center" alt="Top Langs" src="https://github-readme-stats.vercel.app/api/top-langs/?username=ryyyc&layout=compact" />
</a>
Languages and Tools:
<code><img height="20" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/java/java.png" alt="java"></code>
<code><img height="20" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/python/python.png" alt="python"></code>
<code><img height="20" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/cpp/cpp.png" alt="cpp"></code>
<!--
**Ryyyc/ryyyc** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.
Here are some ideas to get you started:
- 🔭 I’m currently working on ...
- 🌱 I’m currently learning ...
- 👯 I’m looking to collaborate on ...
- 🤔 I’m looking for help with ...
- 💬 Ask me about ...
- 📫 How to reach me: ...
- 😄 Pronouns: ...
- ⚡ Fun fact: ...
-->
更多请参考 github-readme-stats
开启/关闭 资料卡
如果希望 Github 首页开启这样的资料卡,必须保证
- 有一个仓库的仓库名和自己用户名相同
- 该仓库存在 README 文件 且 不为空
- 该仓库是公开的
换句话说,如果希望关闭资料卡的展示,只需要不满足以上任意条件即可