-
-
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
Panic when importing a jekyll site #9817
Comments
Just checked and the latest version of hugo I could find in a container worked (0.95) |
Confirmed. Problem was introduced in v0.97.0. Git bisect says d070bdf is the first bad commit. To reproduce:
|
I also observed the same issue with jekyll import in Windows. In fs.go, in the function func newFs(source, destination afero.Fs, cfg config.Provider) *Fs, there is a sanity check failing since the workingDir var is not getting initialized properly. From the new code flow, I am not sure whether the sanity check for workingDir is required or not. |
Happening on MacOS as well
|
Just use `afero.OsFs` without building site. Close gohugoio#9817
Just use `afero.OsFs` without building site. Close #9817
|
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. |
What version of Hugo are you using (
hugo version
)?Does this issue reproduce with the latest release?
Yes
Trying to import my current blog from jekyll to hugo is causing a panic, and regardless of what pathing I try (absolute, relative, etc), it always occurs.
The text was updated successfully, but these errors were encountered: