Created
July 17, 2016 22:44
-
-
Save ain/28e73640e024b1b8af84e9ee4ab6249c to your computer and use it in GitHub Desktop.
Wordpress data Import script for Jekyll 3
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::WordpressDotCom.run({ | |
"source" => "wp-export.xml" | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment