前言
今天在逛 GitHub 时,发现一个有意思的地方,在看到某些大佬的GitHub主页时,发现多了一个类似自我介绍的东西,因此我也来折腾了一下
实现方式
其实这个实现起来也是比较简单的,新建一个仓库,和自己 GiHub 用户名相同即可
当仓库名和用户一样时,就会跳出来一个蓝猫,并说着
您发现了一个秘密! zjwo/zjwo 是一个特殊存储库,可用于将 README.md
添加到您的 GitHub 个人资料中。确保它是公开的,并使用自述文件对其进行初始化以开始使用。
通过上述我们知道需要注意的几个点就是
- 仓库必须是 Public (公开的)
- 添加一个
README
文件
接下来就是在 README.md
文件中编写你想添加的东西即可,比如上面截图中的个人项目统计,常用语言等卡片
可以参考此 仓库
看不懂?没关系,有中文文档如果实在不想自己写的话,可以打开此 仓库,里面收录了很多优秀的模板,然后自己 C V过来,涂涂改改就是自己的了
我的 GitHub 个人主页代码如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
| # 𝗛𝗲𝗹𝗹𝗼!<img src="https://user-images.githubusercontent.com/5679180/79618120-0daffb80-80be-11ea-819e-d2b0fa904d07.gif" width="27px">
𝗜'𝗺 [garvey](https://github.com/zjwo)!𝗜'𝗺 𝗮 𝘀𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗲𝗻𝗴𝗶𝗻𝗲𝗲𝗿 👨💻 𝘄𝗵𝗼 𝗶𝘀 𝗽𝗮𝘀𝘀𝗶𝗼𝗻𝗮𝘁𝗲 𝗮𝗯𝗼𝘂𝘁 𝗺𝘂𝘀𝗶𝗰 𝗮𝗻𝗱 𝗼𝗽𝗲𝗻 𝘀𝗼𝘂𝗿𝗰𝗲.
[![Twitter Badge](https://img.shields.io/badge/-Twitter-1da1f2?style=flat-square&labelColor=1da1f2&logo=twitter&logoColor=white&link=https://twitter.com/Yaronzz)](https://twitter.com/imzjwo) [![Email Badge](https://img.shields.io/badge/-Email-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:yaronhuang@foxmail.com)](mailto:admin@imzjw.cn) [![Github Badge](https://img.shields.io/badge/-Github-232323?style=flat-square&logo=Github&logoColor=white&link=https://github.com/zjwo)](https://github.com/zjwo) ![visitors](https://visitor-badge.laobi.icu/badge?page_id=zjwo)
<img align="right" src="https://github-readme-stats.vercel.app/api?username=zjwo&show_icons=true&hide_border=true">
## 🧐 About
- 👨💻 My blog: https://blog.imzjw.cn - 📫 How to reach me: lsp@imlsp.tk - 🌱 Languages and Tools:
<code><img width="10%" src="https://www.vectorlogo.zone/logos/java/java-ar21.svg"></code> <code><a href="https://www.linux.org/" target="_blank"><img height="50" src="https://www.vectorlogo.zone/logos/linux/linux-ar21.svg"></a></code> <code><a href="https://www.docker.com/" target="_blank"><img height="50" src="https://www.vectorlogo.zone/logos/docker/docker-official.svg"></a></code> <br /> <code><img width="10%" src="https://www.vectorlogo.zone/logos/mysql/mysql-ar21.svg"></code> <code><img width="10%" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/git/git.png"></code> <br />
|