feat: 优化首页个人名片与内容入口

This commit is contained in:
2026-07-16 23:51:55 +08:00
parent 92360e4f49
commit 991264c32c
25 changed files with 1158 additions and 130 deletions
+5
View File
@@ -26,10 +26,15 @@ mkdirSync(imgDir, { recursive: true })
const content = `---
title: ${name}
published: ${date}
updated:
description:
image: /posts/${name}/img/cover.jpg
tags: []
draft: false
pinned: false
series:
seriesOrder:
difficulty:
---
在这里写文章内容...