hugo new site
hugo new site
创建一个新站点(框架)
简介
在指定的目录中创建一个新站点。
新站点将具有正确的结构,但没有内容和主题。
通过 hugo new [contentPath]
命令创建新内容。
hugo new site [path] [flags]
参数
--force 强制在非空目录中初始化
-f, --format string 配置和 frontmatter 的格式(默认为 "toml")
-h, --help site 命令相关的帮助信息
从父命令继承的参数
--config string 配置文件所在路径(默认为 path/config.yaml|json|toml)
--configDir string 配置文件所在的目录(默认为 "config")
--debug 输出调试信息
-e, --environment string build environment
--ignoreVendor ignores any _vendor directory
--log 开启日志功能
--logFile string 日志文件保存路径(如果设置了此参数,日志功能被自动开启)
--quiet 以安静模式构建
-s, --source string 读取文件时是相对于哪个文件路径
--themesDir string filesystem path to themes directory
-v, --verbose 冗余输出
--verboseLog 冗余日志
请参阅
- hugo new - 为站点创建新内容