posts setup

This commit is contained in:
taskylizard
2023-12-31 06:57:10 +00:00
parent 8f457fa166
commit 5ae23bea33
14 changed files with 528 additions and 229 deletions

View File

@@ -1,9 +1,9 @@
<script setup lang="ts">
import DefaultTheme from "vitepress/theme";
import Sidebar from "./components/SidebarCard.vue";
import Announcement from "./components/Announcement.vue";
import { useData } from "vitepress";
import { nextTick, provide } from "vue";
import Sidebar from "./components/SidebarCard.vue";
import Announcement from "./components/Announcement.vue";
const { isDark } = useData();