I use the academic resume theme. Today I ran hugo and out of the blue I get
Error: from config: failed to resolve output format "headers" from site config
This also happens if I try to run it on the exampleSite
directory of a freshly cloned git clone git@github.com:wowchemy/starter-hugo-academic.git
.
So I use this trick (I have no idea what I’m doing by the way) where you modify the home: line in config/_default/config.yaml
to
home: [] #[HTML, RSS , JSON, WebAppManifest, headers, redirects]
then run hugo mod get
, then revert back the home: line to what it was and run hugo
again and it automagically works.
So
- What is happening here? Why did the academic theme suddenly broke.
Whether I do that on my personal website or the exampleSite, now suddenly the theme has a dark background. It wasn’t a few weeks ago.
- Why the sudden change? Who asked for it? How can I change back to a nice white/light background? Is there a new options that’s not documented anywhere that does that?
Thank you!