-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hojas
committed
Aug 8, 2024
1 parent
068a321
commit f4df089
Showing
6 changed files
with
826 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
import type { Theme } from 'vitepress' | ||
import DefaultTheme from 'vitepress/theme' | ||
import MyLayout from './MyLayout.vue' | ||
// import type { Theme } from 'vitepress' | ||
// import DefaultTheme from 'vitepress/theme' | ||
// import MyLayout from './MyLayout.vue' | ||
// | ||
// export default { | ||
// extends: DefaultTheme, | ||
// Layout: MyLayout, | ||
// } satisfies Theme | ||
|
||
export default { | ||
extends: DefaultTheme, | ||
Layout: MyLayout, | ||
} satisfies Theme | ||
import BlogTheme from '@sugarat/theme' | ||
|
||
export default BlogTheme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.