Skip to content

Commit

Permalink
feat: add slidev-theme-frankfurt to themes.ts (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
MuTsunTsai committed Nov 10, 2023
1 parent cbaf809 commit 32ffb9e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .vitepress/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,26 @@ export const community: ThemeInfo[] = [
'minimalism',
],
},
{
id: 'slidev-theme-frankfurt',
name: 'Frankfurt',
description: 'Inspired by the Beamer theme Frankfurt',
author: {
name: 'Mu-Tsun Tsai',
link: 'https://github.com/MuTsunTsai',
},
repo: 'https://github.com/MuTsunTsai/slidev-theme-frankfurt',
previews: [
'https://cdn.jsdelivr.net/gh/MuTsunTsai/slidev-theme-frankfurt/screenshots/01.png',
'https://cdn.jsdelivr.net/gh/MuTsunTsai/slidev-theme-frankfurt/screenshots/04.png',
'https://cdn.jsdelivr.net/gh/MuTsunTsai/slidev-theme-frankfurt/screenshots/06.png',
'https://cdn.jsdelivr.net/gh/MuTsunTsai/slidev-theme-frankfurt/screenshots/07.png',
],
tags: [
'dark',
'light',
],
},
// Add yours here!
{
id: '',
Expand Down

0 comments on commit 32ffb9e

Please sign in to comment.