-
-
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 jekyll fails for jekyll projects with nested _posts directories #1890
Comments
Just to add a few notes: Jekyll appears to look for (There's also a curious comment in jekyll's Hugo's importer only looks for top-level |
I took a quick stab at this, here: https://github.com/davepeck/hugo/commit/d6e225af7f0143fc3e5a5778886a8c84eb3ab764 Not suitable for a pull request; just a quick hack that might help someone. |
@coderzh there are couple of open issues/feature requests about the Jekyll importer now... Would this be something that you could have a look at? |
@bep I'd be glad to do something about these issues. |
@davepeck do you know any in-the-open (on GitHub) Jekyll sites with the "symptoms" of this and maybe the other issue(s) you have posted, that we could use to test this? |
I humbly offer my own personal blog as an example: https://github.com/davepeck/davepeck.org; it has both nested I wonder if a cleverly crafted github search could get us some further examples? Sorry I haven't had time to contribute code myself on this but hope at least the issues/comments were helpful. |
@davepeck And it is > 1 GB ... Could you take the PR referenced here for a spin and tell us if that works for you? |
This issue has been automatically marked as stale because it has not been commented on for at least four months. The resources of the Hugo team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the If this is a feature request, and you feel that it is still valuable, please open a proposal at https://discuss.gohugo.io/. This issue will automatically be closed in four months if no further activity occurs. Thank you for all your contributions. |
Note/Update: This issue is marked as stale, and I may have said something earlier about "opening a thread on the discussion forum". Please don't. If this is a bug and you can still reproduce this error on the latest If this is a feature request, and you feel that it is still relevant and valuable, please tell us why. |
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. |
With modern Jekyll, it's possible to nest
_posts
directories deeper in the hierarchy:Hugo's
import jekyll
doesn't appear to know about this, and fails to import these posts correctly.The text was updated successfully, but these errors were encountered: