The new Jekyll command for importing from various blogs to Jekyll format.
Note: migrators are now called importers and are only available if one installs the jekyll-import
gem.
Install the rubygem with gem install jekyll-import
- In your IRB/Ruby configurations,
require jekyll-import
- For CLI uses, the newly installed CLI command is now a Jekyll plugin/sub-command invoked with
jekyll import
Read Blog migrations for more detailed info.