feat: blog

This commit is contained in:
少轻狂
2023-07-22 02:08:14 +08:00
parent 2ba4de93c6
commit 280929213f
7 changed files with 945 additions and 0 deletions

21
blog/index.md Normal file
View File

@@ -0,0 +1,21 @@
---
title: Blogs
editLink: false
aside: false
---
<script setup>
import { ref } from 'vue'
import PostList from '../components/PostList.vue'
import Blogger from '../components/Blogger.vue'
</script>
# Friends <Badge type="warning" text="beta" />
<Suspense><Blogger ></Blogger></Suspense>
---
# Recent Posts <Badge type="warning" text="beta" />
<Suspense><PostList ></PostList></Suspense>