Roland Su

Static sites still matter

A static site is easy to reason about. The files are the app, deployment is a copy operation, and every link can be checked without a server process.

That simplicity is a feature. For a personal blog, fewer moving parts means less maintenance and more writing.

Good defaults

  • Plain HTML keeps posts portable.
  • One stylesheet keeps the visual system obvious.
  • GitHub Pages can host the result without a build pipeline.