From f30d6a932d409873de6a237b91b30c944be869db Mon Sep 17 00:00:00 2001 From: kerbores Date: Thu, 7 Aug 2025 16:58:21 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E6=96=87=E7=AB=A0=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kerbores --- develop/front/index.md | 44 +++++++++++++++++++++++++++++ develop/front/posts/2025-08/abcd.md | 19 +++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 develop/front/index.md create mode 100644 develop/front/posts/2025-08/abcd.md diff --git a/develop/front/index.md b/develop/front/index.md new file mode 100644 index 0000000..2b67796 --- /dev/null +++ b/develop/front/index.md @@ -0,0 +1,44 @@ + + +# 文章归档 + +
+
+ {{ post.title }} + {{ post.date.toLocaleDateString() }} +
+
+ + diff --git a/develop/front/posts/2025-08/abcd.md b/develop/front/posts/2025-08/abcd.md new file mode 100644 index 0000000..b43e9d4 --- /dev/null +++ b/develop/front/posts/2025-08/abcd.md @@ -0,0 +1,19 @@ +--- +title: "VitePress入门指南" +date: 2025-08-01 +tags: ["VitePress", "前端"] +--- + +# VitePress 入门 + +这里是文章内容... + +## 创建项目 + +创建项目:w +npm create vitepress@latest docs + +## 运行项目 + +npm run dev +访问地址:http://localhost:5173/