{{- $hostname := print (index (split .Site.BaseURL "/") 2 | replaceRE "^(.*)[.](.*)[.](.*)$" "$2.$3") -}}
# {{ .Title }}
Chaotic good. Professional cloud plumber and Kubernetes pilot.
Unprofessional father/widower/dj/soccer supporter. "It seemed like a
good idea at the time." He/him.
## Moose Hour
I am the host of the Moose Hour streaming radio show.
Currently streaming on https://tilderadio.org/ at 0000 UTC on Tuesdays.
{{ with .Site.GetPage "/show" }}{{- range first 1 .RegularPages.ByDate.Reverse -}}
[1|Last show: {{ .Page.Title }} ({{ .Page.Date.Format "January 2, 2006" }})|{{ template "link1" .Page }}|{{ $hostname }}|70]
{{ end }}
[1|Complete archives and schedule|{{ template "link0" . }}|{{ $hostname }}|70]
{{ end }}
## Blog posts
Recently on my blog:
{{ with .Site.GetPage "/blog" }}{{- range first 3 .RegularPages.ByDate.Reverse -}}
[1|{{ .Page.Title }} ({{ .Page.Date.Format "January 2, 2006" }})|{{ template "link1" .Page }}|{{ $hostname }}|70]
{{ end }}
[1|Complete archives|{{ template "link0" . }}|{{ $hostname }}|70]
{{ end }}
## Other stuff
[0|twtxt|{{ template "link1" .Site.GetPage "/" }}/twtxt.txt|{{ $hostname }}|70]
You can mail me at mcornick@mcornick.com.
[0|PGP key|{{ template "link1" .Site.GetPage "/" }}/pgpkey.asc|{{ $hostname }}|70]
{{- define "link0" -}}
{{- .Page.Permalink | relURL | replaceRE "^.(.*).html$" "$1/" | replaceRE "^[/]?[01]" "" -}}
{{- end -}}
{{- define "link1" -}}
{{- .Page.Permalink | relURL | replaceRE "^.(.*).html$" "$1.txt" | replaceRE "^[/]?[01]" "" -}}
{{- end -}}