如何创建一个好看的 GitHub Profile

Posted on Tue, Jan 10, 2023 教程 项目

我的简介 My Profile

这里查看我的简介。

步骤一:创建一个特殊的仓库,名字刚好是你的用户名

整个的过程在这里查看。然后你会发现你的GitHub主页多了一个README文件。

步骤二:装饰你的简介 profile

关于徽章 badge

您可以从这里选择一个现有徽章。或者你可以去这里设计自己的徽章,因为 shields.io 是一种专门为徽章的服务 badges as a service。比如:

填上你的信息
获取你想要的徽章

关于动态图片 gifs

免费的 gifs 可以在这里找到 giphy.com,并且很多透明的动图可以在这找到(链接)。

关于统计数据 stats

你可以简单地添加他们通过修改这个仓库中的README,如: Iris1e27 - > your github username

<img src="https://komarev.com/ghpvc/?username=Iris1e27&style=flat-square&color=blue" alt=""/>

[![GitHub Streak](http://github-readme-streak-stats.herokuapp.com?user=Iris1e27)](https://git.io/streak-stats)

![Iris1e27's GitHub stats](https://github-readme-stats.vercel.app/api?username=Iris1e27)

[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=Iris1e27&layout=compact)](https://github.com/anuraghazra/github-readme-stats)

这是两个我们使用的repo: github-readme-streak-stats (除此之外还有很多统计数据)和 github-profile-views-counter.

参考资料

How to Create an Impressive GitHub Profile README (但很多广告)