From e2640eef529bf096d8ad2fdc26c8561866aabf5e Mon Sep 17 00:00:00 2001 From: Alfatta Rezqa Date: Mon, 1 Jul 2024 03:38:01 +0700 Subject: [PATCH] docs: add slidev-theme-mint theme (#1722) --- docs/.vitepress/themes.ts | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/.vitepress/themes.ts b/docs/.vitepress/themes.ts index e1d2c428aa..ac55f4f7ff 100644 --- a/docs/.vitepress/themes.ts +++ b/docs/.vitepress/themes.ts @@ -463,6 +463,33 @@ export const community: ThemeInfo[] = [ 'light', ], }, + { + id: 'slidev-theme-mint', + name: 'mint', + description: 'Slidev Theme Mint', + author: { + name: 'Alfatta Rezqa', + link: 'https://github.com/alfatta', + }, + repo: 'https://github.com/alfatta/slidev-theme-mint', + previews: [ + 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/1.png', + 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/2.png', + 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/3.png', + 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/4.png', + 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/5.png', + 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/6.png', + 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/7.png', + 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/8.png', + 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/9.png', + ], + tags: [ + 'light', + 'mint', + 'green', + 'cool', + ], + }, // Add yours here! { id: '',