Skip to content

dmyates/ghostToHugo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghostToHugo

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.

Installing

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

Using

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.

About

Convert Ghost blog export to Hugo posts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%