We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per https://discourse.gohugo.io/t/upgrading-to-go1-22-1-hugo-0-124-1-causes-multiple-errors/49013/8
With v0.123.0 and later, Hugo’s development server renders to disk in the public directory.
https://gohugo.io/commands/hugo_server/
So depending on the Hugo version, the current logic for the render_to_disk argument of hugo_start() is wrong.
render_to_disk
hugo_start()
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Per https://discourse.gohugo.io/t/upgrading-to-go1-22-1-hugo-0-124-1-causes-multiple-errors/49013/8
https://gohugo.io/commands/hugo_server/
So depending on the Hugo version, the current logic for the
render_to_disk
argument ofhugo_start()
is wrong.The text was updated successfully, but these errors were encountered: