eolszewski / vuepress-plugin-blog

Official blog plugin for VuePress

Home Page:https://vuepress-plugin-blog.ulivz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@vuepress/plugin-blog

NPM version NPM downloads NPM LICENSE

Official blog plugin for VuePress.

Status: WIP

Most of the planned features in place but there may still be bugs. API may still change until we remove this status tip. Do not use in production yet unless you are adventurous.

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

Author

@vuepress/theme-blog © ULIVZ, Released under the MIT License.

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

About

Official blog plugin for VuePress

https://vuepress-plugin-blog.ulivz.com

License:MIT License


Languages

Language:TypeScript 82.5%Language:Vue 14.4%Language:JavaScript 3.1%