Skip to content

Commit 86f2e58

Browse files
committed
Merge branch 'main' of https://github.com/slidevjs/docs into sync-a0496ea0
2 parents 0ff8d4b + a0496ea commit 86f2e58

File tree

4 files changed

+112
-74
lines changed

4 files changed

+112
-74
lines changed

.vitepress/showcases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const showcases: ShowCaseInfo[] = [
4444
name: '',
4545
},
4646
at: 'Submit your talk/presentation to be list here!',
47-
slidesLink: 'https://github.com/slidevjs/slidev/edit/main/docs/.vitepress/showcases.ts',
47+
slidesLink: 'https://github.com/slidevjs/docs/edit/main/.vitepress/showcases.ts',
4848
cover: `${import.meta.env.BASE_URL}theme-placeholder.png`,
4949
datetime: '2021-04-29',
5050
},

.vitepress/themes.ts

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ export const community: ThemeInfo[] = [
103103
'https://i.imgur.com/41QWv3c.png',
104104
],
105105
tags: [
106-
'flayyer',
107106
'dark',
108107
'light',
109108
],
@@ -125,7 +124,6 @@ export const community: ThemeInfo[] = [
125124
'https://github.com/nico-bachner/slidev-theme-geist/blob/main/example-export/05.png?raw=true',
126125
],
127126
tags: [
128-
'vercel',
129127
'dark',
130128
'light',
131129
],
@@ -150,7 +148,6 @@ export const community: ThemeInfo[] = [
150148
'https://github.com/lightvue/slidev-theme-light-icons/blob/master/screenshot/10-layout-left-image-light.png?raw=true',
151149
],
152150
tags: [
153-
'light-icons',
154151
'dark',
155152
'light',
156153
],
@@ -171,15 +168,55 @@ export const community: ThemeInfo[] = [
171168
'https://i.imgur.com/m8eemKt.png',
172169
],
173170
tags: [
174-
'purplin',
171+
'dark',
172+
'light',
173+
],
174+
},
175+
{
176+
id: 'slidev-theme-unicorn',
177+
name: 'Unicorn',
178+
description: 'Based on Dawntraoz website design',
179+
author: {
180+
name: 'Alba Silvente (dawntraoz)',
181+
link: 'https://github.com/dawntraoz',
182+
},
183+
repo: 'https://github.com/dawntraoz/slidev-theme-unicorn',
184+
previews: [
185+
'https://raw.githubusercontent.com/Dawntraoz/slidev-theme-unicorn/master/screenshots/dark-theme-intro.png',
186+
'https://raw.githubusercontent.com/Dawntraoz/slidev-theme-unicorn/master/screenshots/light-theme-cover.png',
187+
'https://raw.githubusercontent.com/Dawntraoz/slidev-theme-unicorn/master/screenshots/dark-theme-image-centered.png',
188+
'https://raw.githubusercontent.com/Dawntraoz/slidev-theme-unicorn/master/screenshots/dark-theme-center-without-header-footer.png',
189+
],
190+
tags: [
191+
'dark',
192+
'light',
193+
],
194+
},
195+
{
196+
id: 'slidev-theme-zhozhoba',
197+
name: 'Zhozhoba',
198+
description: 'A zhozhoba theme for Slidev',
199+
author: {
200+
name: 'Bogenbai Bayzharassov',
201+
link: 'https://github.com/thatoranzhevyy',
202+
},
203+
repo: 'https://github.com/thatoranzhevyy/slidev-theme-zhozhoban',
204+
previews: [
205+
'https://github.com/thatoranzhevyy/slidev-theme-zhozhoba/blob/master/slides-export/01.png?raw=true',
206+
'https://github.com/thatoranzhevyy/slidev-theme-zhozhoba/blob/master/.github/dark.png?raw=true',
207+
'https://github.com/thatoranzhevyy/slidev-theme-zhozhoba/blob/master/slides-export/02.png?raw=true',
208+
'https://github.com/thatoranzhevyy/slidev-theme-zhozhoba/blob/master/slides-export/03.png?raw=true',
209+
'https://github.com/thatoranzhevyy/slidev-theme-zhozhoba/blob/master/slides-export/04.png?raw=true',
210+
],
211+
tags: [
175212
'dark',
176213
'light',
177214
],
178215
},
179216
// Add yours here!
180217
{
181218
id: '',
182-
link: 'https://github.com/slidevjs/slidev/edit/main/docs/.vitepress/themes.ts',
219+
link: 'https://github.com/slidevjs/docs/edit/main/.vitepress/themes.ts',
183220
name: 'Yours?',
184221
description: 'Submit your theme to be list here!',
185222
author: {

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@
66
"postinstall": "node .vitepress/scripts/prepare.js"
77
},
88
"devDependencies": {
9-
"@iconify/json": "^1.1.347",
10-
"@slidev/client": "^0.13.4",
11-
"@slidev/parser": "^0.13.4",
9+
"@iconify/json": "^1.1.348",
10+
"@slidev/client": "^0.13.10",
11+
"@slidev/parser": "^0.13.10",
1212
"@slidev/theme-default": "^0.7.4",
13-
"@slidev/types": "^0.13.4",
13+
"@slidev/types": "^0.13.10",
1414
"@types/fs-extra": "^9.0.11",
1515
"@types/node": "^15.6.0",
1616
"fs-extra": "^10.0.0",
1717
"typescript": "^4.2.4",
18-
"vite-plugin-components": "^0.9.1",
18+
"vite-plugin-components": "^0.9.2",
1919
"vite-plugin-icons": "^0.5.1",
20-
"vite-plugin-windicss": "^0.16.0-beta.22",
20+
"vite-plugin-windicss": "^0.16.0",
2121
"vitepress": "^0.13.2",
22-
"windicss": "^3.0.9"
22+
"windicss": "^3.0.12"
2323
},
2424
"dependencies": {
2525
"@antfu/utils": "^0.1.6",
26-
"@vueuse/core": "^4.11.0",
26+
"@vueuse/core": "^4.11.1",
2727
"typeit": "^7.0.4"
2828
}
2929
}

0 commit comments

Comments
 (0)