Static site for amit49.github.io. No build step — HTML, CSS, and JavaScript.
python -m http.server 8080Then visit http://localhost:8080.
Study notes live under files/<topic>/ with a manifest.json index. Each topic has a browser UI at /<topic>/.
| URL | Purpose |
|---|---|
/cpp/ |
List all C++ deep-dive documents |
/cpp/?doc=day1_memory_raii_deepdive.md |
Read a single document |
To add a new collection:
- Create
files/<topic>/with.mdfiles andmanifest.json(seefiles/cpp/manifest.json). - Copy
cpp/index.htmlto<topic>/index.htmland setdata-collection="<topic>"on<body>.
Push the repo root (contains index.html) and enable Settings → Pages → Deploy from branch.