This repository contains the GitHub Pages landing site for Nature AI Governance Lab / NatureDesk.
https://naturedesk.github.io/site
Using Docker:
bin/serve-localDefault local URL:
http://localhost:8081
Notes:
- this path builds the repo's own Docker image locally, so it works on arm64 hosts like Spark as well as amd64 hosts
- default preview port is
8081to avoid common8080collisions - override ports if needed, for example:
JEKYLL_HOST_PORT=8090 JEKYLL_LIVERELOAD_PORT=35731 bin/serve-localbin/build-localThis runs a one-shot Jekyll build inside the local Docker image and writes the output to _site/.
For this GitHub project site, the repository is:
naturedesk/site
and _config.yml uses:
url: https://naturedesk.github.iobaseurl: /site
The included GitHub Actions workflow can build and deploy the site automatically after the repository is pushed.