Official blog plugin for VuePress.
- Classification: Powerful classification system lets you quickly classify your posts.
- Pagination: Pagination runs through the entire plugin, and it has never been so simple.
- Client APIs: Simple client APIs make it easier for you to write a blog theme.
We strongly recommend that you read the Getting Started section before using this plugin.
yarn add -D @vuepress/plugin-blog
# OR npm install -D @vuepress/plugin-blog
module.exports = {
plugins: ['@vuepress/blog']
}
Please head documentation to see all available options.
- 70-lines-of-vuepress-blog-theme: A VuePress Blog Theme implemented in around 70 lines.
- @vuepress/theme-blog: Default blog theme for VuePress.
Feel free to add yours here...
@vuepress/theme-blog © ULIVZ, Released under the MIT License.
github.com/ulivz · GitHub @ULIVZ · Twitter @_ulivz