ghost-to-gatsby

1.1.0 • Public • Published

ghost-to-gatsby

npm
Build Status

🚧 A CLI to convert a ghost 0.11 export to gatsby pages 🚧

The problem

I started looking at migrating my blog from ghost to gatsby, but didn't want to have to manually migrate my content. I had a quick look around, but couldn't find a tool that would do this for me.

The solution

This is a simple cli that takes a ghost backup and creates a page for each post.

Example output.

pages
│
└───2017-01-01-getting-started
│   │   index.md
│
└───2017-03-01-another-post
    │   index.md

Installation

npm install -g ghost-to-gatsby

Usage

ghost-to-gatsby [options] <file>

  Options:

    -V, --version    output the version number
    --out-dir <dir>  The output directory where the pages will be written to
    -h, --help       output usage information

Progress

  • [x] Create basic pages
  • [x] Convert to CLI
  • [x] Publish to npm to use with npx
  • [x] Add tags
  • [x] Extract Images in Post
  • [x] Extract Post Image
  • [ ] Extract Authors

Readme

Keywords

none

Package Sidebar

Install

npm i ghost-to-gatsby

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • insidersbyte