Skip to content

Instantly share code, notes, and snippets.

@manbearwolf
Created November 10, 2017 16:23
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 manbearwolf/6beae8cc70675babea5db2f3a240b088 to your computer and use it in GitHub Desktop.
Save manbearwolf/6beae8cc70675babea5db2f3a240b088 to your computer and use it in GitHub Desktop.
Blogger Import Post
require "jekyll-import";
JekyllImport::Importers::Blogger.run({
"source" => "./blog-10-23-2017.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