Welcome to Hugo

If this is your first time using Hugo, here’s the short version of how this site is put together.

Every page on this site starts as a plain Markdown file under site/content/. Hugo reads those files, runs them through a template, and produces static HTML — no database, no server-side rendering per request, just files.

A few useful facts for finding your way around:

To add a new post, copy this file, change the front matter, and write your content below it. The README covers the exact rebuild/redeploy commands.