网上GitHub主页美化的教程很多,很炫酷的效果也很多,这里就简单记录11个美化工具。
授人以鱼不如授人以渔,我会将所有工具的官网记录,很多插件的玩法可能不止我记录的这一种。
主要不仅仅使用在GitHub主页的美化,无论是在自己的开源仓库、md介绍、网页制作等等场合均可以进行结合
name
更换为自己的仓库名称,例如我的仓库名称为 Augenestern-creator![:Augenestern-creator](https://count.getloli.com/get/@:Augenestern-creator)
?theme=主题名
![:Augenestern-creator](https://count.getloli.com/get/@:Augenestern-creator?theme=主题名)
![:Augenestern-creator](https://count.getloli.com/get/@:Augenestern-creator?theme=gelbooru-h)
这样我们将其复制到我们仓库下的 README.md
下,我们可以点击Preview
预览
Generate README
![](https://img.shields.io/badge/%E5%86%99%E4%BD%9C%E5%B7%A5%E5%85%B7-Typora-yellowgreen)
[![这里写你的昵称's GitHub stats](https://github-readme-stats.vercel.app/api?username=这里替换成你的 GitHub ID)](https://github.com/anuraghazra/github-readme-stats)
例如我的就是:
[![Augenstern-creator's GitHub stats](https://github-readme-stats.vercel.app/api?username=Augenstern-creator)](https://github.com/anuraghazra/github-readme-stats)
当然继续通读文档,我们可以设置图标、主题等等,这里就不多做记录了。
当然我们也可以使用 HTML 写法,因为在 md 语法中,这条代码的本质为 img 图片
<div align="center"> <img src="https://metrics.lecoq.io/sun0225SUN?template=classic&config.timezone=Asia%2FShanghai"> div>
当然我还是以我自己的为例:
markdown语法如下:
[![trophy](https://github-profile-trophy.vercel.app/?username=Augenstern-creator&theme=onedark)](https://github.com/ryo-ma/github-profile-trophy)
HTML语法如下:
<div align="center"> <img src="https://github-profile-trophy.vercel.app/?username=Augenstern-creator&theme=onedark"> div>
效果如下:
![visitors](https://visitor-badge.glitch.me/badge?page_id=你的GitHub 仓库ID&left_color=green&right_color=red)
依然是以我的为例:
Markdown语法如下:
![visitors](https://visitor-badge.glitch.me/badge?page_id=Augenstern-creator&left_color=green&right_color=red)
HTML语法如下:
<div align="center"> <img src="https://visitor-badge.glitch.me/badge?page_id=Augenstern-creator&left_color=green&right_color=red"> div>
当然上述代码的颜色可以自己进行修改。
[![你的GitHub仓库ID's github activity graph](https://activity-graph.herokuapp.com/graph?username=你的GitHub仓库ID&theme=dracula)](https://github.com/ashutosh00710/github-readme-activity-graph)
依然是以我的为例:
Markdown语法:
[![Augenstern-creator's github activity graph](https://activity-graph.herokuapp.com/graph?username=Augenstern-creator&theme=dracula)](https://github.com/ashutosh00710/github-readme-activity-graph)
HTML语法:
<img src="https://activity-graph.herokuapp.com/graph?username=Augenstern-creator&theme=dracula">
效果如下:
当然,Github上主题很多,选择自己喜欢的主题即可。
[![GitHub Streak](https://github-readme-streak-stats.herokuapp.com/?user=你的GitHub仓库ID&theme=dark)](https://git.io/streak-stats)
依然是以我的为例:
Markdown语法:
[![GitHub Streak](https://github-readme-streak-stats.herokuapp.com/?user=Augenstern-creator&theme=dark)](https://git.io/streak-stats)
HTML语法:
<div align="center"> <img src="https://github-readme-streak-stats.herokuapp.com/?user=Augenstern-creator&theme=dark)](https://git.io/streak-stats"> div>
效果如下:
我以CSDN为例:
<div align="center"> <img src="https://stats.justsong.cn/api/csdn?id=Augenstern_QXL&theme=dark"> div>
[![Typing SVG](https://readme-typing-svg.herokuapp.com/?lines=第一句话;第二句话)](https://git.io/typing-svg)
我这里简单写两句话做展示:
<h1 align="center"> <img src="https://readme-typing-svg.herokuapp.com/?lines=这世界那么多人;致敬奋斗路上劈星斩月的你!¢er=true&size=27"> h1>
优秀的md.Demo很多,我更喜欢精简工整一点,贴一下示例,需要时可自己更换username。
- 预览方式:复制粘贴进
.md
文件,预览md文件- 部分图片使用了孙同学的图床图片
#### Augenstern-creator
A struggling developer from China