Public website source for PASS, the Platform for AI Sovereignty Studies.
- Production site: https://joinpass.github.io/
- Canonical repository: https://github.com/JoinPASS/JoinPASS.github.io
The site is built with Hugo and Lotus Docs, presents one focused public landing page in Traditional Chinese and one in English, and is deployed as a public-only static site with GitHub Actions and GitHub Pages.
Everything in this repository and in the generated site must be safe to make public. Member information, meeting access details, documents, and private resource links are shared separately by email and must not be committed here.
Install local tools:
brew install hugo go dart-sassRun the local server:
hugo server -DBuild locally:
hugo build --gc --minifyGitHub Actions uses .github/workflows/hugo.yml to build the site into
public/ and deploy the artifact to the GitHub Pages organization site at
https://joinpass.github.io/. Repository administrators must select
GitHub Actions as the Pages source in the repository settings.
All changes must follow SSD and OpenSpec. Read AGENTS.md and update
docs/open-spec/ before implementation changes.