/website

Using Hugo for my personal website

Primary LanguageTeXMIT LicenseMIT

TO-DO

Troubleshooting

failed to resolve output

When trying to launch the server, it says “Error: from config: failed to resolve output format “WebAppManifest” from site config”.

Solution:

  • Temporarily remove the “WebAppManifest”, “redirects”, “headers” output types from config.yaml under the config folder
  • Run the following command: hugo mod clean && hugo mod tidy
  • Check that hugo now runs OK with hugo server and then add the output types back intoconfig.yaml.