Skip to content

Instantly share code, notes, and snippets.

@andrius
Created October 5, 2014 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrius/33a06310c5bbd04fa81c to your computer and use it in GitHub Desktop.
Save andrius/33a06310c5bbd04fa81c to your computer and use it in GitHub Desktop.
Import blogger.com to the jekyll
ruby -rubygems -e 'require "jekyll-import";
JekyllImport::Importers::Blogger.run({
"source" => "/Users/ak/Desktop/blog-10-02-2014.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.
})'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment