dzoladz / website

Using Hugo for my personal website

Home Page:https://dzoladz.github.io/website/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Using Hugo for my personal website

https://dzoladz.github.io/website/

License:MIT License


Languages

Language:TeX 80.1%Language:SCSS 19.9%