The website is based on MkDocs and Material theme. Checkout the repository and create/activate the conda environment using
conda devenv
conda activate gemswebsite
Start mkdocs server
mkdocs serve
Edit the markdown files as needed. Build/publish the website
mkdocs build
mkdocs gh-deploy