Personal website of Carlos Beleña, powered by Hugo and Congo theme.
To live testing on local network (default port: 1313
):
hugo server --bind "0.0.0.0"
And to build/publish:
hugo --minify
Remember that running hugo
does not remove generated files before building.
That's it! 🎉
To update Hugo, download latest release from here and install it like any other package.
To update Congo theme to latest version:
git submodule update --remote --merge
Once the submodule has been updated, rebuild with hugo
and check everything works as expected.