feat: ppst-vitepress-theme

This commit is contained in:
ppst
2023-04-06 22:39:02 +08:00
commit a329fd9116
68 changed files with 4769 additions and 0 deletions

13
test/pages/archives.md Normal file
View File

@@ -0,0 +1,13 @@
---
page: true
title: Archive
description: Archive
sidebar: false
---
<Archives>
<template #banner>
<img src="/img/banner.png" />
</template>
</Archives>

13
test/pages/category.md Normal file
View File

@@ -0,0 +1,13 @@
---
page: true
title: 分类
description: 分类
sidebar: false
---
<CategoryPage title='分类' category='demo' description="分类">
<template #banner>
<img src="/img/banner.png" />
</template>
</CategoryPage>

13
test/pages/default.md Normal file
View File

@@ -0,0 +1,13 @@
---
page: true
title: 默认
description: 默认
sidebar: false
---
<DefaultPage title='默认' category='default' description="默认">
<template #banner>
<img src="/img/banner.png" />
</template>
</DefaultPage>

11
test/pages/search.md Normal file
View File

@@ -0,0 +1,11 @@
---
page: true
title: 搜索
description: 全文检索
sidebar: false
---
<Search>
<template #banner>
<img src="/img/banner.png" />
</template>
</Search>