@vuepress/plugin-blog

Features

  • Classificationblog - 图1:Powerful classification system lets you quickly classify your posts.
  • Paginationblog - 图2:Pagination runs through the entire plugin, and it has never been so simple.
  • Client APIsblog - 图3: Simple client APIs make it easier for you to write a blog theme.

Install

We strongly recommend that you read the Getting Startedblog - 图4 section before using this plugin.

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

Usage

  1. module.exports = {
  2. plugins: ['@vuepress/blog']
  3. }

Please head documentationblog - 图5 to see all available options.