We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee93281 commit 643a045Copy full SHA for 643a045
static/admin/config.yml
@@ -9,8 +9,8 @@ public_folder: "/img/post" # 上传图片的src属性会以该路径开头
9
# 以下是我的Collections内容,如需要请根据自己的头文件内容自定义
10
collections:
11
- name: "re" # 定义该collection的路径
12
- label: ["blog","docs"] # 后台显示的名字
13
- folder: ["blog","docs"]
+ label: "blog" # 后台显示的名字
+ folder: "blog"
14
create: true # 允许创建新文件
15
slug: "{{slug}}" # 文件名字模版,{{slug}} 取自title
16
fields: # 定义front matter的显示与数据类型
0 commit comments