This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#批量添加和修改、删除front matter配置文件
# 需要批量处理的路径,docs文件夹内的文件夹
path:
- 《ES6 教程》笔记
# delete: true # 是否删除字段操作
# 要写入或删除front matter的数据 (front matter中没有的数据则添加,已有的数据则覆盖。如果是删除操作会忽略字段的值。)
data:
author:
name: 阮一峰