{{template "header" .}}

This is a digital garden — a public slice of the notes I keep in Obsidian. Unlike the weblog, these aren't essays. They're living pages: some are a paragraph, some are years old, most link to each other. Start anywhere and follow the threads.

start here

all notes

{{$notes := sortPages (index .Pages "notes") "mod_time"}}{{with $notes}}
{{range .}}{{.Title}}{{end}}
{{end}}
{{template "footer" .}}