迁移器

迁移器可帮助用户从其他系统迁移到 Hexo。

¥A migrator helps users migrate from other systems to Hexo.

概要

¥Synopsis

hexo.extend.migrator.register(name, function (args) {
// ...
});

参数 args 将传递到函数中。此参数将包含用户在终端中的输入。

¥An argument args will be passed into the function. This argument will contain the user’s input into the terminal.