A personal collection of self-contained HTML reports. Each card below is an independent page β click to open. Hosted via GitHub Pages on ghp.krsz.in.
| URL | https://ghp.krsz.in/<slug>/ |
|---|---|
| Folder name | kebab-case slug, no spaces, no uppercase. E.g. qwen3-8-27b |
| Entry file | index.html at the folder root |
| Localization | Single bilingual HTML using <en>β¦</en> / <zh>β¦</zh> tags + JS toggle. Choice saved in localStorage, switchable via ?lang=zh URL param. |
| Capabilities | Self-contained β no build step, no external dependencies, no JS bundlers. CDN libraries (e.g. D3.js) are pulled at runtime. |
| Adding a new page | mkdir my-new-page β drop index.html β add a card to this landing page β git push |
| Custom domain | ghp.krsz.in (CNAME) |
| Source branch | main, root path |