Hugo 转换为 TOML
Hugo 转换为 TOML
将前置信息转换为 TOML 格式
概述
toTOML 将内容目录中的所有前置信息转换为使用 TOML 格式的前置信息。
hugo convert toTOML [标志] [参数]
选项
-h, --help toTOML 帮助信息
父命令继承的选项
--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 忽略与给定全局模式匹配的模块路径的 _vendor 路径
--logLevel string 日志级别(debug|info|warn|error)
-o, --output string 写入文件的文件系统路径
--quiet 静默模式下构建
-s, --source string 相对于的文件系统路径读取文件
--themesDir string 主题目录的文件系统路径
--unsafe 启用不太安全的操作,请先备份
-v, --verbose 详细输出
参见
- hugo convert - 将内容转换为不同格式