ghostToHugo icon indicating copy to clipboard operation
ghostToHugo copied to clipboard

Convert Ghost blog export to Hugo posts

Results 8 ghostToHugo issues
Sort by recently updated
recently updated
newest added

``` dmd@dev …/ghostToHugo on  master via 🐹 v1.10.4 ❯ go install main.go:8:2: cannot find package "github.com/jbarone/ghostToHugo/ghosttohugo" in any of: /usr/lib/go-1.10/src/github.com/jbarone/ghostToHugo/ghosttohugo (from $GOROOT) /home/dmd/go/src/github.com/jbarone/ghostToHugo/ghosttohugo (from $GOPATH) main.go:10:2: cannot find package...

I am not sure when but at some point Ghost now stores images as: `__GHOST_URL__/content/images/2017/03/HomeLabDiagram.png` This Pr adds the following extra arguments: --url : what is your` __GHOST_URL__` e.g https://blog.example.com...

-Remove the Page field - Add Type field - Fix tests

Would be neat with an option to automatically create a [page bundle](https://gohugo.io/content-management/page-bundles/) for all posts. I converted all of my posts to leaf bundles with this shell script but it...

The content of these articles is empty Ghost Version: Version: 5.12.0 Error infos: ```shell ERROR 2022/08/28 17:35:33 cardBookmark: missing description ERROR 2022/08/28 17:35:33 cardImage: missing src ERROR 2022/08/28 17:35:34 error...

**Describe the bug** The program recommends users install the `herring-cove` theme: ``` [4:20:13 pm] ~/Downloads> .\ghostToHugo.exe .\xobs-blog.ghost.2023-07-23-08-17-40.json Importing... Congratulations! 42 post(s) imported! Now, start Hugo by yourself: $ git clone...

I'm getting build errors on the latest macOS, running on M1 The steps detailed in #39 resolve this, and the result of running them is in this PR

The Hugo docs have a list of importer tools here: https://gohugo.io/tools/migrations/ It would be nice if this tool could be added to that list.