Blog

Website Updates

v1.02 — Aug 6, 2026

Added

  • Custom 404 error page — full-screen dithered wave canvas background with centered error message.
  • robots.txt and sitemap.xml for search engine crawling.
  • Open Graph and Twitter Card social meta tags for enhanced link preview cards across social platforms.
  • Mobile theme-color meta tags for seamless browser status bar integration across light and dark modes.
  • Dither canvas visual column on blog post pages for layout consistency.

Changed

  • Extracted shared sidebar into components.js — single source of truth, eliminates ~720 lines of duplicated HTML across four pages.
  • WebGL render loop now uses IntersectionObserver to pause requestAnimationFrame when the canvas is off-screen, saving GPU resources.
  • Proper <h1> heading hierarchy on all pages for improved SEO.
  • Refactored inline code highlights with adaptive --code-bg token for high contrast in both themes.
  • CSS optimization — removed unused font weight (500), dead CSS rules, and hardcoded canvas fallback colors.

v1.01 — Jun 7, 2026

Added

  • Blog section — introduced a dedicated listing page and this changelog format.
  • Dynamic System Theme — automatically switches between light and dark mode based on OS preferences, complete with responsive WebGL canvas colors.
  • Pixel-perfect UI icons (Radix) and official brand SVGs for all social and navigation links.
  • High-contrast text selection highlighter (inverted colors for both themes).