Blogger
To import your posts from your Blogger,
you first have to export the blog
to a XML file (blog-MM-DD-YYYY.xml
),
and run:
$ ruby -rubygems -e 'require "bunto-import";
BuntoImport::Importers::Blogger.run({
"source" => "/path/to/blog-MM-DD-YYYY.xml",
"no-blogger-info" => false, # not to leave blogger-URL info (id and old URL) in the front matter
"replace-internal-link" => false, # replace internal links using the post_url liquid tag.
})'
The only required field is source
.
The other fields default to their above values.
“Labels” will be included in export as “Tags”.