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

Commit e54e309

Browse files
committed
chore: update readme
1 parent 22d6276 commit e54e309

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

README.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
1-
# vuepress-plugin-blog
1+
# @vuepress/plugin-blog
22

3-
> Blog plugin for VuePress
3+
> Official blog theme for VuePress.
44
5-
## License
5+
Note that this plug-in has been deeply integrated into [@vuepress/theme-blog](https://github
6+
.com/ulivz/vuepress-theme-blog).
67

7-
MIT © ULIVZ
8+
## Install
9+
10+
```bash
11+
yarn add -D @vuepress/plugin-blog
12+
# OR npm install -D @vuepress/plugin-blog
13+
```
14+
15+
## Usage
16+
17+
```javascript
18+
module.exports = {
19+
plugins: ['@vuepress/blog']
20+
// Please head documentation to see the available options.
21+
}
22+
```
23+
24+
## Author
25+
26+
**@vuepress/theme-blog** © [ULIVZ](https://github.com/ulivz), Released under the [MIT](./LICENSE) License.<br>
27+
28+
> [github.com/ulivz](https://github.com/ulivz) · GitHub [@ULIVZ](https://github.com/ulivz) · Twitter [@_ulivz](https://twitter.com/_ulivz)

0 commit comments

Comments
 (0)