Created
November 10, 2017 16:23
-
-
Save manbearwolf/6beae8cc70675babea5db2f3a240b088 to your computer and use it in GitHub Desktop.
Blogger Import Post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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