mirror of
https://github.com/ZJDoc/GitGuide.git
synced 2026-07-01 01:10:18 +08:00
docs(readme): postscript
This commit is contained in:
@@ -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)实现
|
||||
@@ -42,4 +42,6 @@ nav:
|
||||
- README:
|
||||
- 引言: readme/index.md
|
||||
- '[译]规范': readme/译-规范.md
|
||||
- '徽章': readme/badge.md
|
||||
- '徽章': readme/badge.md
|
||||
- 后记: readme/postscript.md
|
||||
# - GIT工作流: workflow/index.md
|
||||
Reference in New Issue
Block a user