hugo import
hugo import
从其他网站生成器导入你的网站。
概要
从其他网站生成器(如Jekyll)导入你的网站。
导入需要一个子命令,例如 hugo import jekyll jekyll_root_path target_path
。
选项
-h, --help 帮助 import
父命令继承的选项
--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 import jekyll - 从 Jekyll 导入至 hugo