Jrnl
To import your posts from Jrnl, run:
$ ruby -rubygems -e 'require "bunto-import";
BuntoImport::Importers::Jrnl.run({
"file" => "~/journal.txt",
"time_format" => "%Y-%m-%d %H:%M",
"extension" => "md",
"layout" => "post"
})'
None of the fields are mandatory. The default to the values in the example block above.