jekyll-to-hugo

Migrate jekyll posts to Hugo

Installl

go get -u github.com/miguelmota/go-jekyll-to-hugo/cmd/jekyll2hugo

Getting started

$ jekyll2hugo --src jekyll-posts/ --dst hugo-posts/

Use the --dry flag to only see which files will be copied:

$ jekyll2hugo --src jekyll-posts/ --dst hugo-posts/ --dry

jekyll-posts/2011-03-30-hello-world.md -> hugo-posts/hello-world.md

License

MIT