docs(platform): add

This commit is contained in:
zjkjzj
2021-03-19 12:00:46 +08:00
parent 94ae562830
commit 5b0902542d
19 changed files with 405 additions and 344 deletions

View File

@@ -0,0 +1,27 @@
# 主页美化
看到有些人的主页有一些自定义的样式,在网上找了一些资料,主要修改两方面:
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)