bhootnath

bhootnath

Export posts from Ghost blog's database to Jekyll markdown files

Bhootnath

Export posts from ghost blog's database to jekyll markdown files

Usage

npx bhootnath /path/to/ghost.db
ls _posts/

The _posts directory will be generated in the present working directory, with all the extracted markdown files if successful. You can now copy/merge the _posts directory/contents into your Jekyll installation.

Cheers!