hugo import jekyll
hugo import jekyll
从Jekyll导入到Hugo
概要
从Jekyll导入到Hugo。
导入Jekyll需要两个路径,例如 hugo import jekyll jekyll_root_path target_path
。
hugo import jekyll [flags] [args]
选项
--force 允许导入到非空目标目录
-h, --help jekyll 的帮助信息
从父命令继承的选项
--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 import - 从其他平台导入您的网站。