bhootnath
v0.1.1
Published
Export posts from ghost blog's database to jekyll markdown files
Downloads
4
Maintainers
Readme
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!