1.1.0-beta.1 • Published 10 months ago

vuepress-plugin-simple-blog v1.1.0-beta.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

vuepress-plugin-simple-blog

The vuepress-plugin-simple-blog is a plugin for vuepress v2 that can make your vuepress be a simple blog rapidly, and this plugin is referring to the official plugin @vuepress/plugin-blog.

Installation

Add plugin to your vuepress v2 project:

yarn add -D vuepress-plugin-simple-blog

# or
npm i -D vuepress-plugin-simple-blog

Usage

To use this plugin, just add plugin name to plugins option of .vuepress/config.js.

module.exports = {
  // ...
  plugins: ["vuepress-plugin-simple-blog"],
  // ...
};

See the document to read more of plugin.

Customization

See Customization section of document.

Client APIs

See Client APIs section of document.


License

MIT

1.1.0-beta.1

10 months ago

1.1.0

10 months ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago