jekyll-import

By parkr

The “jekyll import” command for importing from various blogs to Jekyll format. http://import.jekyllrb.com.

To install, add this to your Gemfile:

gem "jekyll-import"

and run bundle install. To use, run Jekyll with bundle exec preceding it:

$ bundle exec jekyll build
$ bundle exec jekyll serve

Source code