Project website: https://spatialworld.github.io
cd spatialworld
python3 -m http.server 8080Open: http://localhost:8080/
This folder is a standalone site ready for the spatialworld.github.io repository.
-
On GitHub, create a repository named
spatialworld.github.io- Under the
spatialworldorganization (or a user account namedspatialworld) - Public, no README / no .gitignore
- Under the
-
Push from this folder:
cd spatialworld
git remote add origin https://github.com/spatialworld/spatialworld.github.io.git
git push -u origin main-
In the repo: Settings → Pages → Build and deployment
- Source: Deploy from a branch
- Branch:
main// (root)
-
Wait 1–2 minutes, then visit https://spatialworld.github.io
A commit is already prepared locally on branch
main. You only need to create the remote repo and push.
Add framework figure when available:
pdftoppm -png -r 150 ../SpatialWorld_NeurIPS_2026/img/spatialworld_main.pdf imgs/spatialworld_main
mv imgs/spatialworld_main-1.png imgs/spatialworld_main.png
git add imgs/spatialworld_main.png && git commit -m "Add framework overview figure" && git pushspatialworld/
├── index.html
├── css/custom.css
├── static/ # Bulma, Font Awesome (bundled for GitHub Pages)
├── imgs/ # Project figures
└── .nojekyll