Skip to content

Commit b64e949

Browse files
jiangtaoclaude
andcommitted
chore: add blog cover config and public assets
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f232de4 commit b64e949

File tree

2 files changed

+136
-0
lines changed

2 files changed

+136
-0
lines changed

.blog-cover-config.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# 博客封面图生成配置
2+
3+
# 输出目录
4+
output_dir: public/images/blog-covers
5+
6+
# 图片路径前缀(用于文章中的引用)
7+
image_path_prefix: /images/blog-covers
8+
9+
# 默认风格
10+
default_style: notion
11+
12+
# 从 frontmatter 读取的字段
13+
title_field: title
14+
description_field: description
15+
tags_field: tags
16+
17+
# 图片尺寸
18+
width: 1920
19+
height: 1080
Lines changed: 117 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)