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 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
819yarn 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
You can’t perform that action at this time.
0 commit comments