Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huibizhang/vuepress-plugin-simple-blog


https://github.com/huibizhang/vuepress-plugin-simple-blog

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        


GitHub package.json version (branch)

npm

# 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](https://github.com/vuepress/vuepress-plugin-blog).

## Installation

Add plugin to your vuepress v2 project:

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

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

[See the document to read more of plugin.](https://vuepress-plugin-simple-blog.vercel.app/guide/getting-started/)

## Customization

See [Customization](https://vuepress-plugin-simple-blog.vercel.app/customization/) section of document.

## Client APIs

See [Client APIs](https://vuepress-plugin-simple-blog.vercel.app/api/) section of document.

---

## License

MIT