This site is build with Hugo.
-
Clone this git repository
-
Please follow the instructions on Hugo's website on how to install the Hugo CLI on your computer: https://gohugo.io/getting-started/installing/
On MacOS:
brew install hugo
-
Initialize the Git submodule
git submodule update --init
-
To preview the site:
hugo serve
Open your browser to: http://localhost:1313
-
To generate the new site:
hugo
This will generate the static contents for the site in
docs
directory. Make a new commit and push to master.