Skip to content

Commit 7e3c7a3

Browse files
committed
docs: update logo
1 parent 3fc25eb commit 7e3c7a3

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default defineConfig({
99
description: 'Vue JSX Vapor',
1010
themeConfig: {
1111
// https://vitepress.dev/reference/default-theme-config
12+
logo: '/logo.png',
1213
nav: [
1314
{ text: 'Home', link: '/' },
1415
{ text: 'Features', link: '/features/directives' },

docs/.vitepress/theme/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@
9494
--vp-home-hero-name-color: transparent;
9595
--vp-home-hero-name-background: -webkit-linear-gradient(
9696
120deg,
97-
#bd34fe 30%,
97+
#40b883 30%,
9898
#41d1ff
9999
);
100100

101101
--vp-home-hero-image-background-image: linear-gradient(
102102
-45deg,
103-
#bd34fe 50%,
104-
#47caff 50%
103+
#40b883 50%,
104+
#41d1ff 50%
105105
);
106106
--vp-home-hero-image-filter: blur(44px);
107107
}

docs/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ layout: home
44

55
hero:
66
name: "Vue JSX Vapor"
7-
# text: "Vue JSX Vapor"
7+
text: "Type-safe, Improve DX, High Performance"
88
tagline: Supports Vapor mode, all build-in directives and most macros of Vue.
9+
image:
10+
src: /logo.png
11+
alt: Vue JSX Vapor
912
actions:
1013
- theme: brand
1114
text: Get Started
@@ -21,6 +24,9 @@ features:
2124
- icon: ⚒️ ️
2225
title: Directives
2326
details: Support all build-in directives of Vue.
27+
- icon: 🦾
28+
title: Type Safe
29+
details: Provide Volar support by install TS Macro (VSCode plugin).
2430
- icon: ⚡️
2531
title: Performance
2632
details: It has the same performance with Vue Vapor!

docs/public/logo.png

14.8 KB
Loading

0 commit comments

Comments
 (0)