hugo new site
hugo new site
创建新站点(框架)
概览
在提供的目录中创建新的站点。
新的站点会有正确的结构,但尚无内容或主题。
使用 hugo new [contentPath]
创建新的内容。
hugo new site [path] [flags]
选项
-f, --force 在非空目录中初始化
--format string 首选文件格式(toml、yaml 或 json)(默认为 "toml")
-h, --help 获取 site 的帮助信息
继承自父命令的选项
--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 new - 为您的站点创建新内容