We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98306ce commit d2cae69Copy full SHA for d2cae69
static/admin/config.yml
@@ -8,7 +8,7 @@ media_folder: "static/img/post" # 存放图片的文件夹
8
public_folder: "/img/post" # 上传图片的src属性会以该路径开头
9
# 以下是我的Collections内容,如需要请根据自己的头文件内容自定义
10
collections:
11
- - name: "blog" # 定义该collection的路径
+ - name: "re" # 定义该collection的路径
12
label: "Blog" # 后台显示的名字
13
folder: "blog" # "content/blog/2018" # 文章存放文件夹
14
create: true # 允许创建新文件
0 commit comments