RSS
To import your posts from an RSS feed (local or remote), run:
$ ruby -r rubygems -e 'require "jekyll-import";
JekyllImport::Importers::RSS.run({
"source" => "my_file.xml"
})'
The source
field is required and can be either a local file or a remote one.