参考博客:GitHub 个人主页的究极美化攻略:当一个外链战士(万字详述)


创建github同名仓库

安装waketime插件

官网地址

可通过github授权登录,然后获取api key,在idea(或其他)工具插件市场搜索waketime安装

Idea安装插件后,首次会需要输入waketime的api key

页头、页脚

开源项目 capsule-render

{TITLE} 替换成你想要的大标题,{SUB_TITLE} 替换成你想要的小标题。

页面顶部(section=header)

<p align="center">
<img src="https://capsule-render.vercel.app/api?type=waving&color=timeGradient&height=300&&section=header&text={TITLE}&fontSize=90&fontAlign=50&fontAlignY=30&desc={SUB_TITLE}&descAlign=50&descSize=30&descAlignY=60&animation=twinkling" />
</p>

页面底部(section=footer)

<p align="center">
<img src="https://capsule-render.vercel.app/api?type=waving&color=timeGradient&height=300&&section=footer&text={TITLE}&fontSize=90&fontAlign=50&fontAlignY=70&desc={SUB_TITLE}&descAlign=50&descSize=30&descAlignY=40&animation=twinkling" />
</p>

打字机效果

Readme Typing SVG

在上述网站生成后,复制到readme文件中即可

GitHub 数据概览

项目地址 github-readme-stats

{YOUR_USERNAME} 替换自己的用户名

<img align="center" width="400" src="https://github-readme-stats.vercel.app/api?username={YOUR_USERNAME}&theme=transparent&include_all_commits=true&show_icons=true&hide_border=true" />

连续贡献记录

官方生成地址