{{ define "main" }}

Latest note

{{ range (first 1 (where .Site.RegularPages "Type" "=" "note")) }}
{{ .Content }}
{{ if eq .Type "article" }} {{ with .Page.Params.Blog }}Blog: {{ partial "taxonomy/blog.html" . }}{{ end }}
{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}{{ .ReadingTime }}-minute read
{{ with .Page.Params.tag }}Tags: {{ partial "taxonomy/tags.html" . }}{{ end }} {{ else }} {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
{{ end }}
{{ end }}

Latest articles

{{ range (first 3 (where .Site.RegularPages "Type" "=" "article")) }} {{ end }}

Latest photos

{{ range (first 3 (where .Site.RegularPages "Type" "=" "photo")) }} {{ end }}

Currently

Studying: B91FI Filtration and Packaging @ Heriot Watt University, a course from the MSc in Brewing and Distilling programme.

Fermenting: Alice Porter by Brewdog, a small timeout from my brown ale experiments as a birthday treat.

Planning: Williams Bros 80/- (sort of) for my next brew, will be a variation on a previous recipe with a grain adjustment.

Reading: Handbook of Brewing by Graham G. Stewart, Inge Russel and Anne Anstruther.

Watching: Borgen a Danish political drama.

Playing: Valheim a Viking inspired survival game.

Latest Workout

{{ range first 1 (sort .Site.Data.workouts "date" "desc")}}
Type
{{ .type | humanize }}
Date
{{ dateFormat "2 Jan 2006" .date }}
Comment
{{ .comment | humanize }}
route map of outdoor exercise from fitotrack app Distance
{{ .distance }}
Duration
{{ .duration }}
Pace
{{ .pace }}
Calories burned
{{ .calories }}
{{ end }}


{{ end }}