hugo new theme
创建新主题
创建一个名为[name]的新主题(模板)
概要
在./themes目录下创建一个名为[name]的新主题(模板)。新主题是一个基础框架,请根据需要添加内容到相关文件中。在许可证的版权行中添加您的姓名,并根据需要调整theme.toml文件。
hugo new theme [name] [flags]
选项
-h, --help 帮助主题
继承自父命令的选项
--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 new - 为您的站点创建新内容