mirror of
https://github.com/ZJDoc/GitGuide.git
synced 2026-07-29 15:20:25 +08:00
27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
|
|
# 主页美化
|
|
|
|
看到有些人的主页有一些自定义的样式,在网上找了一些资料,主要修改两方面:
|
|
|
|
1. 添加自定义`README`
|
|
2. 启动`Activity View`
|
|
|
|
## 自定义README
|
|
|
|
创建一个同名仓库,即可启动`Github`隐藏功能:编辑这个仓库的`README`文件可以展示在公共`profile`上
|
|
|
|
找到一些好用的工具和资料:
|
|
|
|
1. 优秀模板:[ kautukkundan/Awesome-Profile-README-templates](https://github.com/kautukkundan/Awesome-Profile-README-templates/tree/master/elaborate)
|
|
2. 统计工具:[ anuraghazra/github-readme-stats ](https://github.com/anuraghazra/github-readme-stats/blob/master/docs/readme_cn.md)
|
|
3. 模板生成器:[GitHub Profile README Generator](https://github.com/rahuldkjain/github-profile-readme-generator)
|
|
|
|
## 启动Activity View
|
|
|
|
在主页的`Contribution settings`下拉框中选中`Activity overview`选项即可
|
|
|
|
## 相关阅读
|
|
|
|
* [Github 美化设置个人主页 ](https://www.cnblogs.com/Cl0ud/p/13764921.html)
|
|
* [Viewing contributions on your profile](https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile)
|
|
* [Showing an overview of your activity on your profile](https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/showing-an-overview-of-your-activity-on-your-profile) |