You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pagination runs through the entire plugin, and it has never been so simple.
14
+
-[**Client APIs**](https://vuepress-plugin-blog.ulivz.com/client-api/): Simple client APIs make it easier for you to write a blog theme.
15
+
16
+
## Install
17
+
18
+
We strongly recommend that you read the [Getting Started](https://vuepress-plugin-blog.ulivz.com/guide/getting-started.html) section before using this plugin.
19
+
20
+
```bash
21
+
yarn add -D @vuepress/plugin-blog
22
+
# OR npm install -D @vuepress/plugin-blog
23
+
```
24
+
25
+
## Usage
26
+
27
+
```javascript
28
+
module.exports= {
29
+
plugins: ['@vuepress/blog']
30
+
}
31
+
```
32
+
33
+
Please head [documentation](https://vuepress-theme-blog.ulivz.com/) to see all available options.
0 commit comments