I followed the steps in the Getting started guide.
In step 4, but I ended up with an error:
$ hugo
hugo: collected modules in 903 msTotal in 1213 ms
ERROR failed to create config from modules config: unknown output format "hedgeredirects" for kind "home"
I could only run the command hugo successfully after I added this section to my hugo.yaml config file:
outputFormats:
hedgeheaders:
baseName: _hedge_headers
isPlainText: true
mediaType: application/json
notAlternative: true
hedgeredirects:
baseName: _hedge_redirects
isPlainText: true
mediaType: text/plain
notAlternative: true
ToDo: The getting started guide should mention, that section outputFormats needs to be added to the hugo.yml config file, too.
I followed the steps in the Getting started guide.
In step 4, but I ended up with an error:
I could only run the command
hugosuccessfully after I added this section to myhugo.yamlconfig file:ToDo: The getting started guide should mention, that section
outputFormatsneeds to be added to thehugo.ymlconfig file, too.