Hello, World

This is a sample post. Co-located assets (images, SVGs, etc.) go in this directory alongside index.md and are referenced with relative paths.

Code block test

fn main() {
    println!("Hello from the blog.");
}

Admonition-style callout (manual for now)

Note: Zola uses CommonMark via pulldown-cmark. Admonitions aren’t native — use blockquote conventions or shortcodes.