Skip to content

Instantly share code, notes, and snippets.

@ain
Created July 17, 2016 22:44
Show Gist options
  • Save ain/28e73640e024b1b8af84e9ee4ab6249c to your computer and use it in GitHub Desktop.
Save ain/28e73640e024b1b8af84e9ee4ab6249c to your computer and use it in GitHub Desktop.

Revisions

  1. ain created this gist Jul 17, 2016.
    5 changes: 5 additions & 0 deletions wp-importer.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    require "jekyll-import"

    JekyllImport::Importers::WordpressDotCom.run({
    "source" => "wp-export.xml"
    })