Bear Blog
Two implementations of the same blog, built with different rendering strategies.
v1 — Client-Side Rendered
Hash routing, vanilla JS, markdown rendered in the browser via marked.js CDN.
v2 — Static Site Generator
Pre-rendered HTML pages, real URLs, no client-side JavaScript required.