Hugo配置
Hugo配置
打印站点配置
概述
打印站点的配置,包括默认设置和自定义设置。
hugo config [command] [flags]
选项
-b, --baseURL string 根路径的主机名(和路径),例如https://spf13.com/
--cacheDir string 缓存目录的文件系统路径
-c, --contentDir string 内容目录的文件系统路径
--format string 首选的文件格式(toml、yaml或json)(默认为"toml")
-h, --help 帮助config命令
--lang string 显示配置的语言。默认为第一种定义的语言。
-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 - 构建你的站点的Hugo
- hugo config mounts - 打印已配置的文件挂载点