feat: 优化首页个人名片与内容入口
This commit is contained in:
@@ -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:
|
||||
---
|
||||
|
||||
在这里写文章内容...
|
||||
|
||||
Reference in New Issue
Block a user