A utility that takes a Ghost 0.4.2 blog sqlite db file, extracts the posts and converts them to Jekyll 2.3.0 markdown format.
- Python 3
- Download
ghost2jekyll.py
andpost-template.md
to a new folder. - Execute
python3 ghost2jekyll.py --dbfile=/path/to/ghost.db
The posts are created in a subfolder called posts.
This script is provided to show how I migrated from Ghost 0.4.2 to Jekyll 2.3.0 and is used at your own risk. Back up your blog before trying it out.