Static personal portfolio site for Keda Che.
index.html- page content and SEO metadataassets/css/styles.css- site stylingassets/js/main.js- small homepage interaction scriptassets/site-version.json- current deployed release version for cache refresh checksassets/images/- portraits, project cards, and social preview imageinsights/- Insights index and category/article routesassets/docs/- public downloadable documentsrobots.txtandsitemap.xml- search engine crawl configurationCNAME- GitHub Pages custom domain configuration forkedache.com
- Local static assets are versioned with a
?v=...query so browsers fetch the latest CSS, JS, images, and PDF after each release. index.htmlalso checksassets/site-version.jsonat runtime; if an older HTML document is cached, the page forces one clean reload to the newest release.- When shipping future asset changes, bump the shared release token in
index.html,assets/css/styles.css, andassets/site-version.json.