We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6221705 commit 0d1a1a5Copy full SHA for 0d1a1a5
packages/docs/docs/zh/plugin/official/plugin-blog.md
@@ -4,31 +4,32 @@ title: blog
4
5
# @vuepress/plugin-blog
6
7
-> Blog plugin.
+> 博客插件
8
9
-## Install
+## 安装
10
11
```bash
12
yarn add -D @vuepress/plugin-blog
13
# OR npm install -D @vuepress/plugin-blog
14
```
15
16
-## Usage
+## 使用
17
18
```javascript
19
module.exports = {
20
plugins: ['@vuepress/blog']
21
}
22
23
24
-## Options
+## 选项
25
26
### categoryIndexPageUrl
27
28
-- Type: `string`
29
-- Default: `/category/`
+- 类型: `string`
+- 默认值: `/category/`
30
31
### tagIndexPageUrl
32
33
34
-- Default: `/tag/`
+- 默认值: `/tag/`
35
+
0 commit comments