Skip to content
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

resolve hugo errors related to symlinks #35

Closed
wants to merge 1 commit into from

Conversation

dstiliadis
Copy link

Depending on the OS distribution cp might not follow the symlinks when the -r parameter is provided,
but just copy them. The result is that hugo doesn't like the symlinks in the themes and it aborts.

This is a simple PR that adds a -L parameter in the copy to force symlinks to be resolved avoids the crash.

This will also resolve #27 that has been open for a while.

@dstiliadis dstiliadis closed this Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hugo having issues in the sandbox
1 participant