-
Hi, I am trying to upgrade to v5.6.0 but am encountering the following error message: I have tried the workaround suggested in the docs but this isn't sufficient. It's uning with the following in outputs:
home: [HTML, RSS, JSON, WebAppManifest]
section: [HTML, RSS] but reverting to the suggested code outputs:
home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
section: [HTML, RSS] still fails. For the record runing with the version just before the module refactoring works for me with in
and in module:
imports:
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 When trying to update to v5.6.0, looking at https://wowchemy.com/docs/hugo-tutorials/update/, I am using in go.mod
and in module:
imports:
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 Am I missing a step in the update process? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
https://wowchemy.com/docs/hugo-tutorials/troubleshooting/#error-failed-to-resolve-output-format |
Beta Was this translation helpful? Give feedback.
-
Not sure why this is the case but it seems related to netlify. I am not using netlify and had thus removed the requirements on the Anyway, I now currently have this in
and this in module:
imports:
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5
[...]
outputs:
home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
section: [HTML, RSS] |
Beta Was this translation helpful? Give feedback.
-
Consider upvoting this Hugo issue to improve the user experience in this scenario: gohugoio/hugo#10208 |
Beta Was this translation helpful? Give feedback.
Consider upvoting this Hugo issue to improve the user experience in this scenario: gohugoio/hugo#10208
@tvercaut @rodrigoalcarazdelaosa