0.1.1 • Published 5 years ago

bhootnath v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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!