hugo转换为YAML
hugo转换为YAML
将前置内容转换为YAML格式
概述
toYAML将内容目录中的所有前置内容转换为使用YAML格式的前置内容。
hugo convert toYAML [flags] [args]
选项
-h, --help 帮助toYAML
继承自父命令的选项
--clock string 设置Hugo使用的时钟,例如 --clock 2021-11-06T22:30:00.00+09:00
--config string 配置文件(默认为hugo.yaml|json|toml)
--configDir string 配置目录(默认为"config")
--debug 调试输出
-d, --destination string 文件系统中的路径,用于写入文件
-e, --environment string 构建环境
--ignoreVendorPaths string 忽略与给定Glob模式匹配的模块路径的任何_vend
--logLevel string 日志级别(debug|info|warn|error)
-o, --output string 文件系统中的路径,用于写入文件
--quiet 静默模式构建
-s, --source string 从文件系统中读取文件的路径
--themesDir string 主题目录的文件系统路径
--unsafe 启用较不安全的操作,请先备份
-v, --verbose 详细输出
参见
- hugo convert - 将内容转换为不同的格式