File tree 1 file changed +19
-7
lines changed
1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,28 @@ home: true
3
3
heroImage : /hero.png
4
4
actionText : Get Started →
5
5
actionLink : /guide/
6
- features :
7
- - title : Simplicity First
8
- details : Minimal setup with markdown-centered project structure helps you focus on writing.
9
- - title : Vue-Powered
10
- details : Enjoy the dev experience of Vue + webpack, use Vue components in markdown, and develop custom themes with Vue.
11
- - title : Performant
12
- details : VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.
13
6
footer : MIT Licensed | Copyright © 2018-present Evan You
14
7
---
15
8
9
+ <div style =" text-align : center " >
10
+ <Bit />
11
+ </div >
12
+
13
+ <div class =" features " >
14
+ <div class =" feature " >
15
+ <h2>Simplicity First</h2>
16
+ <p>Minimal setup with markdown-centered project structure helps you focus on writing.</p>
17
+ </div >
18
+ <div class =" feature " >
19
+ <h2>Vue-Powered</h2>
20
+ <p>Enjoy the dev experience of Vue + webpack, use Vue components in markdown, and develop custom themes with Vue.</p>
21
+ </div >
22
+ <div class =" feature " >
23
+ <h2>Performant</h2>
24
+ <p>VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.</p>
25
+ </div >
26
+ </div >
27
+
16
28
### As Easy as 1, 2, 3
17
29
18
30
``` bash
You can’t perform that action at this time.
0 commit comments