@vuepress/plugin-blog

Official blog plugin for VuePress

Getting Started →

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.

# Install

yarn add -D @vuepress/plugin-blog
# OR npm install -D @vuepress/plugin-blog

# Usage

// .vuepress/config.js
module.exports = {
  plugins: [
    '@vuepress/blog',
    {
      /* options */
    },
  ],
}

All available options are here.