如何让 Github Profile 更赏心悦目

自定义 Github Profile

1、创建 Github 同名的代码仓库

创建时,记得勾选 Add a README file

2、修改 README.md

在 Markdown 文本编辑框填写完自己喜欢的内容后,点击 Commit changes 保存即可。

模板与效果

Markdown 模板

###  Hi! Good to see you on my Github page!

I publish open source software here. All the repositories are at your disposal.

###  Some Links

[![](https://img.shields.io/badge/My%20Website-black?style=flat-square&logo=vercel&logoColor=white)](https://anoyi.com/)
[![](https://img.shields.io/badge/Github-black?style=flat-square&logo=github&logoColor=white)](https://github.com/AnoyiX/)
[![](https://img.shields.io/badge/DouYin-000000.svg?style=flat-square&logo=tiktok&logoColor=white)](https://www.douyin.com/user/MS4wLjABAAAAFS6CPjIHAim7TdTQjzevZX7LwfKCIi37PTVmqCpzdU0)
[![](https://img.shields.io/badge/YouTube-black?style=flat-square&logo=YouTube&logoColor=white)](https://www.youtube.com/channel/UCL-w1IbRfznZauYz6JIZOBw)
[![](https://img.shields.io/badge/Bilibili-black?style=flat-square&logo=bilibili&logoColor=white)](https://space.bilibili.com/182381763)
[![](https://img.shields.io/badge/ZhiHu-black?style=flat-square&logo=zhihu&logoColor=white)](https://www.zhihu.com/)
[![](https://img.shields.io/badge/Twitter-black?style=flat-square&logo=Twitter&logoColor=white)](https://twitter.com/AnoyiX)

###  Devices

[![](https://img.shields.io/badge/-Macbook%20Pro%20M1-black?style=flat-square&logo=apple)](https://www.apple.com/macbook-pro-13/)
[![](https://img.shields.io/badge/-iPhone%2013%20Pro-black?style=flat-square&logo=apple)](https://www.apple.com/iphone-13-pro/)
[![](https://img.shields.io/badge/Desktop%20Computer-black?style=flat-square&logo=microsoft&logoColor=white)](https://www.microsoft.com/)
[![](https://img.shields.io/badge/DJI%20MINI%202-black?style=flat-square&logoColor=white)](https://www.dji.com/cn/mini-2?site=brandsite&from=nav)

###  All Skills

![](https://skillicons.dev/icons?perline=15&i=github,gitlab,git,twitter,stackoverflow,vercel,figma,vscode,idea,vim,atom,js,ts,html,css,c,bootstrap,jquery,nodejs,python,java,react,vue,tailwind,spring,nextjs,maven,mongo,redis,mysql,fastapi,flask,md,regex,aws,azure,linux,bash,docker,kubernetes,ansible,grafana,prometheus,nginx,jenkins)

###  Activity Graph

![](https://activity-graph.herokuapp.com/graph?username=AnoyiX&bg_color=1c1917&color=ffffff&line=216E39&point=32C15F&area_color=1c1917&area=true&hide_border=true&custom_title=GitHub%20Commits%20Graph)

###  Commit Stats

![](https://github-readme-stats.vercel.app/api?username=AnoyiX&count_private=true&show_icons=true&theme=radical&show_owner=true)

![](https://github-profile-trophy.vercel.app/?username=AnoyiX&theme=radical&row=1)

###  Top Languages

![](https://github-readme-stats.vercel.app/api/top-langs/?username=AnoyiX&layout=compact&theme=dark)

###  Donate

 Bitcoin: `KRgXmYvzxkNgd5Kt9iEoRe4szXW8Ag4yc`

 Ethereum: `0x80DF1CaB786398503f991AAF3B48Be06044CF42F`
  

预览效果

基础组件

Shields + SimpleIcons

SkillIcons

Github Activity Graph

Github Stats

Github Profile Trophy

Github Top Languages

至此,通过一些简单的 Markdown 语法和开源的动态图片组件,就可以排版出炫酷的个人主页,这样 Github 上的小伙伴就能更快地了解你。

更多有趣的 Github Profile 小组件,可以访问我的 Github 主页查看:https://github.com/AnoyiX ,或者访问我的个人网站:https://anoyi.com 。

你可能感兴趣的:(如何让 Github Profile 更赏心悦目)