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

vuepress/vuepress-plugin-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3e4737 Â· Mar 11, 2023
Jun 23, 2019
Mar 11, 2023
Jan 16, 2020
Nov 1, 2020
Jun 2, 2019
Dec 27, 2019
Jun 2, 2019
Sep 6, 2019
Dec 15, 2019
Jan 17, 2021
Jun 3, 2019
Oct 23, 2021
Dec 18, 2021
Jan 17, 2021
Jun 14, 2019
Jun 14, 2019
Jun 14, 2019
Jan 16, 2021

Repository files navigation

@vuepress/plugin-blog

NPM version NPM downloads NPM LICENSE

Official blog plugin for VuePress.

Features

  • 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

We strongly recommend that you read the Getting Started 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 to see all available options.

Projects Using @vuepress/plugin-blog

Feel free to add yours here...

LICENSE

@vuepress/plugin-blog © ULIVZ & Billyyyyy3320, Released under the MIT License.

github.com/ulivz · GitHub @ULIVZ · Twitter @_ulivz

github.com/billyyyyy3320 · GitHub @Billyyyyy3320