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

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.