{{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"}}{{with $posts}}
    {{range .}}
  • {{.Title}}
  • {{end}}
{{end}}
{{template "footer" .}}