Made with Hugo.
Install the extended version of Hugo, for example in Ubuntu using Snap store:
sudo snap install hugo --channel=extended/stable
Retreive Git submodules
git submodule init
git submodule update --recursive
Then install dependencies with npm
:
npm i
npm run build
To run a local development server:
hugo server -D
TBD