https://github.com/julianxhokaxhiu/bolt-to-ghost
Bolt JSONAPI to Ghost JSON Import format
https://github.com/julianxhokaxhiu/bolt-to-ghost
Last synced: about 1 month ago
JSON representation
Bolt JSONAPI to Ghost JSON Import format
- Host: GitHub
- URL: https://github.com/julianxhokaxhiu/bolt-to-ghost
- Owner: julianxhokaxhiu
- License: mit
- Created: 2016-04-10T20:21:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-10T21:38:28.000Z (about 9 years ago)
- Last Synced: 2025-01-28T14:18:07.428Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bolt-to-ghost
Bolt JSONAPI to Ghost JSON Import format## Disclaimer
This project was built to move my current [Bolt.cm](http://bolt.cm) blog to [Ghost](https://ghost.org/).
Some fields in the JSON API schema like `body` are related to my `contenttypes` declared in the Yaml ( `body` = Post HTML content ).
This project is built as a reference for whoever want to migrate from Bolt to Ghost and should come as a playground to be adapted to your case, if it doesn't fit as it is.
## How to use
```
npm install
node index.js --url http://site.com/jsonapi
```this will produce a file called `out.json` which you can later on import on your Ghost installation.