Prathiyogitha-Vol-II

This repository has been reorganized to separate site pages and static assets.

Top-level layout

What I changed / recommended workflow

  1. Keep index.html at repository root — this is the default entry point for GitHub Pages.
  2. Put other HTML pages into pages/.
  3. Put all static assets into assets/... so paths are consistent.
  4. After moving files, references inside HTML will need to be updated to point to /assets/images/<file> (or relative paths). Use scripts/update-refs.sh as a helper; check its output and manually verify.
  5. Commit the changes on a named branch (e.g. chore/restructure) and open a PR to review before merging.

Commands to run locally (example)

Notes & next steps