Clone, compile, and embed Hugo in a similar manner to Micro.
Limitations
The deploy and server commands have been stripped due to incompatibility with Wanix/WASM.
At the moment Wanix doesn't support file locks, so all Hugo invocations must use the --noBuildLock flag.
This PR doesn't include default themes/templates either, which you'll need if working on a site from scratch inside Wanix. This can be addressed in a following PR, but for now you can manually copy them in through the dev server.
Closes #71
Clone, compile, and embed Hugo in a similar manner to Micro.
Limitations
deploy
andserver
commands have been stripped due to incompatibility with Wanix/WASM.--noBuildLock
flag.