docs(readme): postscript

This commit is contained in:
zjkjzj
2021-03-18 15:15:37 +08:00
parent e2dc79393a
commit f8a4dc86c7
2 changed files with 16 additions and 2 deletions

View File

@@ -1,4 +1,16 @@
# 后记
坚持README规范的编写对于仓库的维护确实很有用。在之后的学习过程中我又发现了许多
坚持README规范的编写对于仓库的维护确实很有用。在之后的学习过程中我又发现了许多有趣的实现,比如[ next-theme/hexo-theme-next](https://github.com/next-theme/hexo-theme-next)
参考它们的实现,修改了以下几个选项的编辑
* 标题(`Title`
* 横幅(`Banner`
* 徽章(`Badges`
* 简短说明(`Short Description`
* 详细描述(`Long Description`
具体实现可参考仓库`README`
另外,对于仓库图标的绘制,可使用[zlogo](https://github.com/zjykzj/zlogo)实现

View File

@@ -42,4 +42,6 @@ nav:
- README:
- 引言: readme/index.md
- '[译]规范': readme/译-规范.md
- '徽章': readme/badge.md
- '徽章': readme/badge.md
- 后记: readme/postscript.md
# - GIT工作流: workflow/index.md