hugo list drafts

hugo list drafts

https://gohugo.io/commands/hugo_list_drafts/

hugo list drafts

​ 列出所有草稿

概要

列出您内容目录中的所有草稿。

hugo list drafts [flags]

选项

  -h, --help   help for drafts

从父命令继承的选项

	  --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   忽略与给定通配符匹配的模块路径中的任何_vendor
      --log                        启用日志记录
      --logFile string             日志文件路径(如果设置,则会自动启用日志记录)
      --quiet                      以安静模式构建
  -s, --source string              从中读取文件的文件系统路径
      --themesDir string           进入主题目录的文件系统路径
  -v, --verbose                    详细输出
      --verboseLog                 详细记录日志

另请参阅

另请参阅

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