Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (32 loc) · 759 Bytes

README.md

File metadata and controls

38 lines (32 loc) · 759 Bytes
home heroImage actionText actionLink features footer
true
Getting Started →
/guide/
title details
Classification
Powerful classification system lets you quickly classify your posts.
title details
Pagination
Pagination runs through the entire plugin, and it has never been so simple.
title details
Client APIs
Simple client APIs make it easier for you to write a blog theme.
MIT Licensed | Copyright © 2019-present ULIVZ

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.