arggrande / wp2ghost

Convert wordpress XML export data into a JSON file that ghost can import

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wp2ghost

Convert wordpress XML export data (WordPress eXtended RSS or WXR) into a JSON file that ghost can import

##System requirement

  • need have nodejs installed

##Installation

  • Download zip package and unpack.
  • run npm install in package folder

##Conversion

  • go to Wordpress - Tools - Export All, get the backup.xml
  • run node wp2ghost backup.xml, a 'backup.xml.json' file will be created in the same directory
  • go to http://your-ghost-blog.com/ghost/debug, import the generated json file

##License

MIT

About

Convert wordpress XML export data into a JSON file that ghost can import


Languages

Language:JavaScript 100.0%