hugo mod vendor
hugo mod vendor
将所有模块依赖项打包到 _vendor 目录中。
概述
将所有模块依赖项打包到 _vendor 目录中。 如果一个模块被打包,Hugo 将在此处查找它的依赖项。
hugo mod vendor [flags] [args]
选项
-b, --baseURL string 网站的主机名(和路径),例如 https://spf13.com/
--cacheDir string 缓存目录的文件系统路径
-c, --contentDir string 内容目录的文件系统路径
-h, --help vendor命令的帮助信息
-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 忽略与给定的全局匹配模式相匹配的模块路径下的任何 _vendor 目录
--logLevel string 日志级别(debug|info|warn|error)
--quiet 静默模式进行构建
-s, --source string 从中读取文件的文件系统路径
--themesDir string 主题目录的文件系统路径
-v, --verbose 详细输出
参见
- hugo mod - 各种 Hugo 模块辅助程序。