· Computing · DrLeeWorks

Building a Durable Static Site Foundation

A practical content-first structure for a technical website that can evolve without an early backend.

한국어로 읽기 →

A durable technical site keeps content, presentation, and deployment concerns separate. Markdown stays portable, structured metadata drives repeated layouts, and static output keeps hosting simple.

Design principles

  1. Keep localized interface strings in one module.
  2. Store release facts as structured content.
  3. Give images stable, predictable paths.
  4. Add server-side features only when a real workflow needs them.

An article can still include code:

const releaseChannel = 'github-releases';