Skip to content

Commit 73d0af0

Browse files
authored
支持多语言
1 parent cfe9ae7 commit 73d0af0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,13 @@ Hello Minecraft! Launcher 帮助文档仓库
4343

4444
修改已有文章时,请确保你的 PR 仅修改一个文章内容,并在该文章里署名。
4545

46-
在文章顶部应存在 [front-matter](https://jekyllrb.com/docs/front-matter/) 具体格式如下:
46+
在文章顶部应存在 [front-matter](https://jekyllrb.com/docs/front-matter/) 块。在 document 和 document-collection 布局的页面中,可以通过在 front-matter 指定相关参数完成署名。指定 `author: xxxx` 表示首次创建文章的用户,通过指定 `contributors: ['yyyy', 'zzzz']` 表示后续参与编辑文章的用户。
4747

4848
> 开始结束的三条横杠各占一行,中间为 YAML 数据。
4949
5050
```
5151
---
52-
foo: bar
52+
author: admin
53+
contributors: ['foo', 'bar']
5354
---
5455
```
55-
56-
在 document 和 document-collection 布局的页面中,可以通过在 front-matter 指定 `author: xxxx` 表示首次创建文章的用户,通过指定 `contributors: ['yyyy', 'zzzz']` 表示后续参与编辑文章的用户。

0 commit comments

Comments
 (0)