@vuepress/plugin-blog
Advanced tools
Comparing version
{ | ||
"name": "@vuepress/plugin-blog", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "blog plugin for vuepress", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# @vuepress/plugin-blog | ||
> theme plugin for vuepress | ||
## Usage | ||
```javascript | ||
module.exports = { | ||
plugins: ['@vuepress/blog'] | ||
} | ||
``` | ||
## Options | ||
### pageEnhancers | ||
- Type: `function` | ||
- Default: `/i18n/` | ||
### categoryIndexPageUrl | ||
- Type: `string` | ||
- Default: `/category/` | ||
### tagIndexPageUrl | ||
- Type: `string` | ||
- Default: `/tag/` | ||
6797
4.31%32
700%