Want to export your Markdown posts from Jekyll to a format that can be easily imported into Ghost? This plugin will help you do that, though there are some limitations. It doesn't handle static pages, and it doesn't do anything with images. You'll have to copy those over yourself and manually adjust any URL differences.
This was built by reverse-engineering the WordPress exporter plugin to match the JSON file it outputs.
jekylltoghost.rb
file into your Jekyll site's _plugins
directoryjekyll build
.ghost_export.json
file in the _site
directory, which you can copy and import into Ghost.This Jekyll plugin is licensed under the MIT license.