This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ 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 )
4
4
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
+
5
16
## Install
6
17
7
18
``` bash
8
19
yarn add @vuepress/theme-blog -D
9
20
# OR npm install @vuepress/theme-blog -D
10
21
```
11
22
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
+
12
35
## Usage
13
36
14
37
``` js
You can’t perform that action at this time.
0 commit comments