To generate the website, you need to install the extended version of Hugo.
Before building the docs, you need to pull the doks theme locally:
git submodule init
git submodule update
Fetching the theme, pulling the documentation contents from repositories and building the site locally is done by running:
make
If you want to run a local development server, run hugo serve
after running make
once.