Website design powered by Hugo and Hextra theme.
Install the dependencies:
brew install hugo golang
Launch the server:
hugo server --disableFastRender -Ds ./docs
Run the following commands:
hugo mod clean --all
hugo mod get -u ./...
hugo mod tidy ./...
For Hextra main
branch update, run:
hugo mod get -u github.com/imfing/hextra@main
See the modules update documentation, for more details.