少于1分钟
https://gohugo.io/commands/hugo_convert_toyaml/
将前置元数据转换为 YAML格式。
toYAML 将内容目录中的所有前置元数据转换为使用 YAML 格式的前置元数据。
hugo convert toYAML [flags]
-h, --help help for toYAML
--clock string 设置 Hugo 使用的时钟,例如 --clock 2021-11-06T22:30:00.00+09:00
--config string 配置文件(默认为 hugo.yaml|json|toml)
--configDir string 配置目录(默认为“config”)
--debug 调试输出
-e, --environment string 构建环境
--ignoreVendorPaths string 忽略与给定 Glob 匹配的模块路径的 _vendor
--log 启用日志记录
--logFile string 日志文件路径(如果设置,日志记录将自动启用)
-o, --output string 用于写入文件的文件系统路径
--quiet 安静模式构建
-s, --source string 文件系统路径,从中读取文件相对路径
--themesDir string 文件系统路径,主题目录
--unsafe 启用更少安全操作,请首先备份
-v, --verbose 详细输出
--verboseLog 详细日志记录