We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe9ae7 commit 73d0af0Copy full SHA for 73d0af0
README.md
@@ -43,14 +43,13 @@ Hello Minecraft! Launcher 帮助文档仓库
43
44
修改已有文章时,请确保你的 PR 仅修改一个文章内容,并在该文章里署名。
45
46
-在文章顶部应存在 [front-matter](https://jekyllrb.com/docs/front-matter/) 具体格式如下:
+在文章顶部应存在 [front-matter](https://jekyllrb.com/docs/front-matter/) 块。在 document 和 document-collection 布局的页面中,可以通过在 front-matter 指定相关参数完成署名。指定 `author: xxxx` 表示首次创建文章的用户,通过指定 `contributors: ['yyyy', 'zzzz']` 表示后续参与编辑文章的用户。
47
48
> 开始结束的三条横杠各占一行,中间为 YAML 数据。
49
50
```
51
---
52
-foo: bar
+author: admin
53
+contributors: ['foo', 'bar']
54
55
-
56
-在 document 和 document-collection 布局的页面中,可以通过在 front-matter 指定 `author: xxxx` 表示首次创建文章的用户,通过指定 `contributors: ['yyyy', 'zzzz']` 表示后续参与编辑文章的用户。
0 commit comments