hugo list

hugo list

https://gohugo.io/commands/hugo_list/

hugo list

​ 列出各种类型的内容

概要

​ 列出各种类型的内容。

​ List 命令需要一个子命令,例如 hugo list drafts

选项

      --clock string               设置 Hugo 使用的时钟,例如 --clock 2021-11-06T22:30:00.00+09:00
  -e, --environment string         构建环境
  -h, --help                       列出帮助信息
      --ignoreVendorPaths string   忽略与给定 Glob 模式匹配的模块路径中的任何 _vendor 文件夹
  -s, --source string              从文件系统路径读取文件的相对路径
      --themesDir string           主题目录的文件系统路径

从父命令继承的选项

      --config string      配置文件(默认为 hugo.yaml|json|toml)
      --configDir string   配置目录(默认为“config”)
      --debug              调试输出
      --log                启用日志记录
      --logFile string     日志文件路径(如果设置了该选项,则会自动启用日志记录)
      --quiet              静默模式下构建
  -v, --verbose            输出详细信息
      --verboseLog         输出详细日志记录

另请参阅

另请参阅

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