Diving

Hello, reef

This is the first real post, mostly here to exercise every piece of the template layer at once: a page-bundle image, a code fence, a table, a blockquote, and a footnote.1

The figure shortcode

A cluster of strawberry anemones (Corynactis californica) on a Monterey reef, their red columns tipped with translucent white-knobbed tentacles
Strawberry anemones, Monterey, December 2025TG-6 · 5.79mm · f/9 · 1/30s · ISO 100

A code fence

def cache_hit_rate(hits, total):
    return hits / total if total else 0.0

A table

Depth (m)Temp (°C)
524
1821

A blockquote, for good measure.

Press Cmd+K to do nothing in particular on this static site.


  1. Footnotes render through Goldmark by default, styled via .prose .footnotes in main.css↩︎