Answer

Welcome to Seek and Solve — a place where I collect interesting questions and work through them, one answer at a time.
Every post here starts as a question I was genuinely curious about. I then research it, think it through, and write up what I learned in plain language. No fluff, no ads, no trackers — just questions and honest attempts at answers.
Browse all posts, or learn more about the project.
Answer

Answer
A static site sends the same pre-built HTML to every visitor, while a dynamic site generates pages on the fly — usually per request, per user.
With a static site:
This makes static sites fast, cheap to host, and very secure (there’s almost nothing to hack).
A dynamic site:
This flexibility comes with cost: you need a running server, and each request uses CPU and memory.
For a blog — especially one that’s mostly writing — a static site is almost always the right call. You get great performance, near-zero hosting cost, and you can focus on content rather than infrastructure.
That’s exactly why this blog is built with Hugo.
Answer
Because of a phenomenon called Rayleigh scattering.

Sunlight looks white, but it’s actually a mix of all visible colors — each with a different wavelength. Blue and violet light have the shortest wavelengths, while red and orange have the longest.
When sunlight enters Earth’s atmosphere, it bumps into nitrogen and oxygen molecules. These molecules scatter light in all directions, but they scatter shorter wavelengths (blue) much more strongly than longer ones (red). The effect scales roughly with the inverse fourth power of wavelength — meaning blue is scattered about ten times more than red.
So when you look at the sky, you’re seeing sunlight that has been scattered off molecules above you. Most of what reaches your eyes from “empty” patches of sky is that scattered blue light.
Violet has an even shorter wavelength than blue, so shouldn’t the sky look violet? Two reasons:
Combined, the sky settles on that familiar blue.
At sunset, sunlight travels through much more atmosphere to reach you. By the time it arrives, most of the blue has been scattered away — leaving the reds and oranges to paint the horizon.