hugo convert toJSON

hugo convert toJSON

https://gohugo.io/commands/hugo_convert_tojson/

hugo convert toJSON

​ 将前置元数据转换为 JSON 格式。

概要

​ toJSON 将内容目录中的所有前置元数据转换为使用 JSON 格式的前置元数据。

hugo convert toJSON [flags]

选项

  -h, --help   help for toJSON

从父命令继承的选项

	  --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                 输出详细日志记录

另请参阅

另请参阅

最后修改 May 22, 2023: 第一次提交 (9f24e27)