Authoring Flow
Use this sequence:
- Edit or add a page in
shared-content/. - Run the sync step so each site gets a fresh generated copy.
- Build the landing page and the site demos.
- Check the assembled
dist/output locally. - Push once and let GitHub Pages publish the whole artifact.
Why This Flow Works
It keeps the repository honest. The source stays single, the generated copies stay disposable, and the public output stays easy to inspect.