Skip to content

Commit 75ac38a

Browse files
committed
chore: sponsor placement
1 parent 87735df commit 75ac38a

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

docs/README.md

+19-7
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,28 @@ home: true
33
heroImage: /hero.png
44
actionText: Get Started →
55
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.
136
footer: MIT Licensed | Copyright © 2018-present Evan You
147
---
158

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+
1628
### As Easy as 1, 2, 3
1729

1830
``` bash

0 commit comments

Comments
 (0)