ghostToHugo is a utility project that was created the allow the conversion of an export from the Ghost blogging engine into the Hugo engine.
This fork prevents the redundant creation of both categories and tags from Ghost's tags, choosing to only create tags.
The project is written in Go, and currently will require building from source. Make sure you have Go installed and configured, then just run:
go get github.com/dmyates/ghostToHugo
this will download, compile, and install ghostToHugo
Usage: ghostToHugo [OPTIONS] <Ghost Export>
-hugo string
Path to hugo project (default ".")
-location string
Location to use for time conversions (default: local)
At a minimum you need to specify the path to the exported Ghost json file.