hugo mod tidy
hugo mod tidy
删除 go.mod 和 go.sum 中未使用的条目。
hugo mod tidy [flags] [args]
选项
-b, --baseURL string 网站的主机名(和路径),例如 https://spf13.com/
--cacheDir string 缓存目录的文件系统路径
-c, --contentDir string 内容目录的文件系统路径
-h, --help tidy 的帮助信息
-t, --theme strings 使用的主题(位于 /themes/THEMENAME/ 中)
从父命令继承的选项
--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 mod - 各种 Hugo 模块辅助工具。