基于 Vue 3 + TypeScript + Vite 的个人博客站点,支持:
- 手记(Markdown)
- 动态(Markdown)
- 简历内容展示
- 创意风格首页(轻量 3D Hero)
npm install
npm run dev默认访问地址:
npm run build
npm run preview在 src/content/notes/ 新建 *.md 文件,frontmatter 示例:
---
title: "文章标题"
slug: "article-slug"
date: "2026-03-23"
tags: ["Qt", "C++"]
summary: "一句话摘要"
type: "note"
draft: false
---在 src/content/moments/ 新建 *.md 文件,type 使用 moment。
/首页/notes手记列表/notes/:slug手记详情/moments动态列表/moments/:slug动态详情/resume简历页