-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hugo import from jekyll #101
Comments
That's a great idea, @spf13! Ideally, this
And the accompanying documentation/tutorial. There is quite a bit of work, though we can start from the basics first, perhaps even just a quick tutorial, then a quick-and-dirty shell script in the beginning as a proof-of-concept. If necessary, we will add features incrementally over several releases. And perhaps eventually we will extend this feature for importing Octopress, Middleman, nanoc, DocPad too! Haha! |
Reposting what I wrote in #100:
|
Great news! Fredrik Loch (@SenjinDarashiva) has just announced on http://discuss.gohugo.io/t/i-created-a-small-script-for-converting-jekyll-posts-to-hugo/850 that he has written a Python script for converting Jekyll posts to Hugo! Awesome! His work is available at: Documentation on Fredrik's blog here: http://fredrikloch.me/post/moving_jekyll_hugo/ |
Status update: @digitalcraftsman has kindly compiled a list of Hugo migration tools, and documented them at http://gohugo.io/tools/. See his Pull Request #1423 for more information. In particular, @digitalcraftsman has listed the following Jekyll-to-Hugo migration tools:
We are keeping this issue #101 open in case anyone wants to make Jekyll-to-Hugo migration a built-in feature inside Hugo. 😉 |
The built-in migration tool will be very helpful. I think I can give it a try. |
usage: hugo import jekyll jekyll_root_path target_path Implemented: * Create new hugo site * Create config.yaml * Convert all markdown contents. * Copy all other files and folders to static Fixes gohugoio#101
usage: hugo import jekyll jekyll_root_path target_path Implemented: * Create new hugo site * Create config.yaml * Convert all markdown contents. * Copy all other files and folders to static Fixes gohugoio#101
usage: hugo import jekyll jekyll_root_path target_path Implemented: * Create new hugo site * Create config.yaml * Convert all markdown contents. * Copy all other files and folders to static Fixes gohugoio#101
webhook 2.5.0
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.
The text was updated successfully, but these errors were encountered: