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

Commit c4a4979

Browse files
committed
2 parents 71cb6b0 + d8eb1db commit c4a4979

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,36 @@
22

33
[![NPM version](https://badgen.net/npm/v/@vuepress/theme-blog)](https://npmjs.com/package/@vuepress/theme-blog) [![NPM downloads](https://badgen.net/npm/dm/@vuepress/theme-blog)](https://npmjs.com/package/@vuepress/theme-blog) [![CircleCI](https://badgen.net/circleci/github/ulivz/@vuepress/theme-blog/master)](https://circleci.com/gh/ulivz/@vuepress/theme-blog/tree/master)
44

5+
## Status: WIP
6+
7+
We need to enhance the styles under mobile devices, contribution welcome!
8+
9+
## Sites
10+
11+
- [Documentation](https://vuepress-theme-blog.ulivz.com)
12+
- [Live Example](https://ulivz.com) (ULIVZ's space.)
13+
14+
15+
516
## Install
617

718
```bash
819
yarn add @vuepress/theme-blog -D
920
# OR npm install @vuepress/theme-blog -D
1021
```
1122

23+
## Progress: 90%
24+
25+
The theme is basicaly finished, but still leaving some important features:
26+
27+
- Enhance the mobile-side styles
28+
- Built-in RSS integration
29+
- Built-in site map support
30+
- Comment integration
31+
32+
**Can't wait to see your contribution!**
33+
34+
1235
## Usage
1336

1437
```js

0 commit comments

Comments
 (0)