Static sites predate the dynamic web. They are fast by default, cheap to host, and immune to a class of backend vulnerabilities that dynamic sites must manage carefully.

The tradeoffs

You give up real-time features: no user authentication, no server-side personalization. What you gain is simplicity and durability.

When static is the right call

For a personal blog, almost always.