Hello, World

Welcome to my little corner of the internet. This site is a static blog built from plain Markdown files, styled to feel clean, minimal, and fast.

Why a static blog

Static sites are fast. There is no database, no server-side rendering at request time, and no heavy JavaScript framework to download. What you get is plain HTML, delivered as quickly as the network allows.

Getting started

Here is some code in a fenced block:

const std = @import("std");

pub fn main() void {
    std.debug.print("Hello, {s}!\n", .{"world"});
}

Inline code like std.debug.print is styled subtly so it stands out without shouting.

What comes next

  • More posts
  • More code
  • More words

This is a blockquote. It has its own visual treatment with the primary color as the left border.