{{ define "main" }}

This is a place to document bits and bobs I've been up to that have interested me. Expect linux and self-hosting tinkering, some novice programming, and maybe the occasional recipe. I tend to be a fool so take anything written here with a pinch of salt :)

{{ $posts := where site.RegularPages "Type" "in" site.Params.mainSections }}
{{ $years := $posts.GroupByDate "2006" }}
{{ end }}