hugo配置挂载
hugo配置挂载
打印已配置的文件挂载
hugo config mounts [flags] [args]
选项
-b, --baseURL string 网站根的主机名(和路径),例如https://spf13.com/
--cacheDir string 缓存目录的文件系统路径
-c, --contentDir string 内容目录的文件系统路径
-h, --help 帮助挂载
-t, --theme strings 要使用的主题(位于/themes/主题名称/)
从父命令继承的选项
--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 config - 打印站点配置