Source code repositoy for the CyPhAI project website
I use the command below on Ubuntu 20.04.
$ sudo apt install hugo
Assuming you have set up the SSH key for authentication,
$ git clone --recurse-submodules git@github.com:CyPhAi-Project/CyPhAi-Project.github.io.git
Add --bind 0.0.0.0
to allow access from the host Windows machine if the website is in Window Subsystem for Linux (WSL).
$ hugo server --themesDir themes/ --disableFastRender
You should be able to see the website at http://localhost:1313 in the web browser. For WSL, replace "localhost" with the IP address of the WSL virtual machine.