最近偶然发现别人的 Github 首页长这样,觉得超级不错,于是赶紧去弄了一个,顺便记录下来。


Overview

现在想要丰富 Github 的首页其实很简单,只需要新建一个仓库名 和自己 Github 用户名相同的仓库并且添加一个 README.md 文件



新建仓库

新建与用户名同名的仓库并添加README文件
New repository



编辑README

Edit README

编写 README 文件

Edit README

预览

Preview

提交

Commit




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 文件 且 不为空
  • 该仓库是公开的

换句话说,如果希望关闭资料卡的展示,只需要不满足以上任意条件即可



Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐