tjp.lol
Notes, code, and longer thoughts from an elder-millennial software engineer in Salt Lake City.
{{$posts := sortPages (index .Pages "weblog") "post_date" "mod_time" -}}
{{with slicePages $posts 0 1 -}}
{{- range . -}}
{{$post_date := or (index .Meta "post_date") .ModTime -}}
{{rfc3339 $post_date}}
{{- end -}}
{{- else -}}
2026-07-11T00:00:00Z
{{- end}}
https://tjp.lol/
tjp
t@tjp.lol
{{range $posts -}}
{{$post_date := or (index .Meta "post_date") .ModTime -}}
{{.Title}}
{{.CanonicalURL}}
{{rfc3339 $post_date}}
{{- if index .Meta "updated" -}}
{{rfc3339 (index .Meta "updated")}}
{{- else -}}
{{rfc3339 $post_date}}
{{- end -}}
{{- $sawH1 := false}}
{{- $lede := true}}
{{- range .Sections}}
{{- if and $sawH1 $lede}}
{{- xml .}}
{{- $lede = false}}
{{- else if eq (printf "%.3s" .) "
{{- end}}