hugo gen doc
hugo gen doc
生成Hugo CLI的Markdown文档。
概要
生成Hugo CLI的Markdown文档。 这个命令主要用于为https://gohugo.io/上的Hugo命令行界面创建最新的文档。
它为每个命令创建一个Markdown文件,并使用适合在Hugo中呈现的正文。
hugo gen doc [flags] [args]
选项
--dir string 要写入文档的目录。(默认值为"/tmp/hugodoc/")
-h, --help 获取帮助文档
从父命令继承的选项
--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模式匹配的模块路径下的_vendor
--logLevel string 日志级别(debug|info|warn|error)
--quiet 静默模式构建
-s, --source string 从文件系统路径相对读取文件
--themesDir string 主题目录的文件系统路径
-v, --verbose 详细输出
另请参阅
- hugo gen - 几个有用的生成器的集合。