Hello, world

First post. Mostly here so there's something to look at while the blog styling settles — it deliberately uses every element the stylesheet already handles. test

A list

A code block

fn main() {
    let target = std::env::var("CARGO_CFG_TARGET_OS");
    match target.as_deref() {
        Ok("macos") => println!("cargo:rustc-link-lib=framework=Security"),
        _ => {}
    }
}

That's it. See the Zola docs for how the section and page templates fit together.