Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huibizhang/vuepress-plugin-simple-blog
https://github.com/huibizhang/vuepress-plugin-simple-blog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/huibizhang/vuepress-plugin-simple-blog
- Owner: huibizhang
- Created: 2022-01-20T06:36:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T17:03:12.000Z (over 1 year ago)
- Last Synced: 2024-10-14T08:31:29.294Z (2 months ago)
- Language: JavaScript
- Homepage: vuepress-plugin-simple-blog.vercel.app
- Size: 152 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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