# @vuepress/plugin-blog (opens new window)
# Features
- Classification (opens new window): Powerful classification system lets you quickly classify your posts.
- Pagination (opens new window): Pagination runs through the entire plugin, and it has never been so simple.
- Client APIs (opens new window): Simple client APIs make it easier for you to write a blog theme.
# Install
We strongly recommend that you read the Getting Started (opens new window) section before using this plugin.
yarn add -D @vuepress/plugin-blog
# OR npm install -D @vuepress/plugin-blog
# Usage
module.exports = {
plugins: ['@vuepress/blog']
}
Please head documentation (opens new window) to see all available options.