{{template "header" .}}

Welcome in. This site is my writing desk: weblog posts moving over from my gemini:// capsule, plus a public cut of the notes I keep in Obsidian and sync across my machines with Syncthing.

Plain HTML and CSS. No JavaScript, no tracking — it reads exactly the same with scripts turned off. That's the point.

recent posts

{{$posts := sortPages (index .Pages "weblog") "post_date"}}{{with $posts}}
    {{range slicePages . 0 5}}
  • {{.Title}}
  • {{end}}
{{end}}

all posts →

{{template "footer" .}}