Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

miguelmota/go-jekyll-to-hugo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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