This is a very rough script to export your octopress files to Ghost. You will still need to check your data but it will give you a head start. Feel free to fork and optimize the script for your purpose.
The following should be considered:
- You need to execute the script in the
source/_posts
directory - You need to manually copy all the images to
/var/www/ghost/content/images
- Images with external URLs are not handled
- Blockquotes have their issues
- Lists are not exported correctly
For the content I had to migrate it was a good compromise between automation and manual checking and corrections.
Hope this helps anyone ;-)