Flat hosting for Ms. Brandolini's interactive teaching modules. Each module is a single self-contained HTML file that students can open from a link on Canvas or Google Sites.
Live URL: https://mattiebrandolini.github.io/brandolini-modules/
- Copy the
.htmlfile into the repo root (e.g.~/brandolini-modules/my-module.html) - Add a card to
index.htmllinking to it git add -A && git commit -m "add: my module" && git push- GitHub Pages redeploys in ~30 seconds
- mutation-web.html — Cancer / genes / mutation knowledge web. Source:
~/sync/Obsidian/Teaching/Knowledge Web Workflow/runs/2026-04-13-cancer-genes-mutation/mutation_web.html
GitHub Pages keeps student-facing hosting isolated from fleet infrastructure (Cloudflare tunnels, MCP servers). Repo is public, which means everything pushed is public forever — do not commit anything with student PII, internal paths, or API keys.