GitHub主页及Repo美化教程

个人主页美化

GitHub Readme Stats

GitHub Repo

图片[1]-GitHub主页及Repo美化教程-It's My Club

效果预览

图片[2]-GitHub主页及Repo美化教程-It's My Club

模块介绍

GitHub文档:https://github.com/anuraghazra/github-readme-stats/blob/master/docs/readme_cn.md

个人统计卡片

API地址

https://github-readme-stats.vercel.app/api?username={{username}}

效果

图片[3]-GitHub主页及Repo美化教程-It's My Club
语言喜好统计

API地址

https://github-readme-stats.vercel.app/api/top-langs/?username={{username}}

效果

图片[4]-GitHub主页及Repo美化教程-It's My Club
仓库统计

API地址

https://github-readme-stats.vercel.app/api/pin/?username={{username}}&repo={{reponame}}

效果

图片[5]-GitHub主页及Repo美化教程-It's My Club

现成作业

按照如下readme.md设计

## Statistics
<p align="center">
  <img src="https://github-readme-stats.vercel.app/api?username=HisAtri&show_icons=true" style="height: 180px;"/>
  <img src="https://github-readme-stats.vercel.app/api/top-langs/?username=HisAtri&layout=compact" style="height: 180px;"/>
</p>

## Repositories
<p align="center">
  <a href="https://github.com/HisAtri/LrcApi">
    <img src="https://github-readme-stats.vercel.app/api/pin/?username=HisAtri&repo=LrcApi" width="44%"/>
  </a>
  <a href="https://github.com/HisAtri/chemax">
    <img src="https://github-readme-stats.vercel.app/api/pin/?username=HisAtri&repo=chemax" width="44%"/>
  </a>
</p>

仓库美化

Repo卡片

效果

图片[6]-GitHub主页及Repo美化教程-It's My Club

生成

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容