Skip to content

Commit 0d1a1a5

Browse files
committed
docs($cn): @vuepress/plugin-blog
1 parent 6221705 commit 0d1a1a5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Diff for: packages/docs/docs/zh/plugin/official/plugin-blog.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,32 @@ title: blog
44

55
# @vuepress/plugin-blog
66

7-
> Blog plugin.
7+
> 博客插件
88
9-
## Install
9+
## 安装
1010

1111
```bash
1212
yarn add -D @vuepress/plugin-blog
1313
# OR npm install -D @vuepress/plugin-blog
1414
```
1515

16-
## Usage
16+
## 使用
1717

1818
```javascript
1919
module.exports = {
2020
plugins: ['@vuepress/blog']
2121
}
2222
```
2323

24-
## Options
24+
## 选项
2525

2626
### categoryIndexPageUrl
2727

28-
- Type: `string`
29-
- Default: `/category/`
28+
- 类型: `string`
29+
- 默认值: `/category/`
3030

3131
### tagIndexPageUrl
3232

33-
- Type: `string`
34-
- Default: `/tag/`
33+
- 类型: `string`
34+
- 默认值: `/tag/`
35+

0 commit comments

Comments
 (0)