✨博文作者 wangzirui32
喜欢的可以 点赞 收藏 关注哦~~
本文首发于CSDN,未经许可禁止转载
Hello,大家好,我是wangzirui32,今天我们来学习如何美化自己的Github主页,开始学习吧!
登录Github账户,选择创建新的存储库:
由于我已经创建过,这里不再演示。
然后,打开刚刚创建的项目,然后可以编辑自己的README.md
来自定义主页简介,如下:
编辑使用的是Markdown语言,也兼容HTML,可以使用Emoji,编辑完提交即可,下面给大家推荐几个优秀的美化工具/网站,来看看吧!
这个工具可以实现如下的徽标效果:
Markdown(HTML)代码:
<p>
<img src="https://img.shields.io/static/v1?label=Program&message=Python&color=blue"/>
<a href="你的CSDN主页链接"><img src="https://img.shields.io/static/v1?label=Blog&message=CSDN&color=red"/>a>
p>
网站:https://shields.io/
你可以自定义颜色,内容,官网上有详细说明,再嵌套a
标签即可实现点击跳转至对应网站的效果。
这个项目可以让你的Github主页显示你的统计信息,十分酷炫,且可以自定义主题,效果如下:
代码(Markdown):
![](https://github-readme-stats.vercel.app/api?username=你的用户名&show_icons=true&theme=dark&count_private=true)
![](https://github-readme-stats.vercel.app/api/top-langs/?username=你的用户名&theme=dark&layout=compact)
Github项目地址:https://github.com/anuraghazra/github-readme-stats
官网:https://visitor-badge.glitch.me/
![](https://activity-graph.herokuapp.com/graph?username=你的Github用户名&theme=github)
项目说明中给出了更多主题和样式,项目地址:https://github.com/Ashutosh00710/github-readme-activity-graph
![](https://stats.justsong.cn/api/csdn?id=CSDN用户名&theme=dark)
![](https://stats.justsong.cn/api/bilibili/?id=B站用户ID&theme=dark)
项目地址:https://github.com/songquanpeng/stats-cards
此项目可以实现文字动态输入输出效果,如下:
一会后,变为:
代码:
<img src="https://readme-typing-svg.herokuapp.com/?lines=消息1;消息2&font=Roboto" />
注意:消息中的空格要使用%20
代替,否则网址会失效
如果觉得默认字体不好看,可以通过font
参数设置字体(必须是谷歌字体,如Roboto)。
项目地址:https://github.com/DenverCoder1/readme-typing-svg
# Hi Welcome to YuYueSummer's Github Homepage!
<img src="https://readme-typing-svg.herokuapp.com/?lines=Welcome,%20visitor!;Hello%20Github%20World!&font=Roboto" />
<p>
<img src="https://img.shields.io/static/v1?label=Program&message=Python&color=blue"/>
<a href="https://blog.csdn.net/wangzirui32"><img src="https://img.shields.io/static/v1?label=Blog&message=CSDN&color=red"/>a>
<a href="https://space.bilibili.com/1513364019"><img src="https://img.shields.io/static/v1?label=Video&message=Bilibili&color=cyan"/>a>
<img src="https://visitor-badge.glitch.me/badge?page_id=https://github.com/wangzirui32&right_color=red" />
p>
![Most Used Languages](https://github-readme-stats.vercel.app/api/top-langs/?username=wangzirui32&theme=dark&layout=compact)
![Github Stats](https://github-readme-stats.vercel.app/api?username=wangzirui32&show_icons=true&theme=dark&count_private=true)
![](https://stats.justsong.cn/api/csdn?id=wangzirui32&theme=dark)
![](https://stats.justsong.cn/api/bilibili/?id=1513364019&theme=dark)
![](https://activity-graph.herokuapp.com/graph?username=wangzirui32&theme=github)
好了,今天的课程就到这里,我是wangzirui32,喜欢的可以点个收藏和关注,我们下次再见!