{{template "header" .}}

Longer-form writing. The oldest posts originated on my Gemini capsule, so dates reflect the original posting.

Atom feed

{{$posts := sortPages (index .Pages "weblog") "post_date" "mod_time"}}{{with $posts}}
    {{range .}}{{$post_date := or (index .Meta "post_date") .ModTime}}
  • {{.Title}}
  • {{end}}
{{end}}
{{template "footer" .}}