少于1分钟
https://gohugo.io/commands/hugo_import/
从其他站点生成器导入您的站点。
从其他站点生成器(如Jekyll)导入您的站点。
导入需要一个子命令,例如 hugo import jekyll jekyll_root_path target_path
。
-h, --help help for import
--clock string 设置Hugo使用的时钟,例如:--clock 2021-11-06T22:30:00.00+09:00
--config string 配置文件(默认为hugo.yaml | json | toml)
--configDir string 配置目录(默认为“config”)
--debug 调试输出
-e, --environment string 构建环境
--ignoreVendorPaths string 忽略与给定Glob模式匹配的模块路径的任何_vendor
--log 启用日志记录
--logFile string 日志文件路径(如果设置了,则自动启用日志记录)
--quiet 在静默模式下构建
-s, --source string 用于读取文件的文件系统路径
--themesDir string 主题目录的文件系统路径
-v, --verbose 冗长输出
--verboseLog 冗长日志记录