{{ define "main" }}
{{/* ── Hero / intro ───────────────────────────────────────────────────── */}}

Backend engineer based in Tokyo. I build distributed systems, operate Kubernetes infrastructure, and occasionally write about it.

{{/* ── Recent posts ────────────────────────────────────────────────────── */}} {{ $posts := where .Site.RegularPages "Type" .Site.Params.contentTypeName }} {{ if $posts }}

Recent Posts

{{ range first 5 $posts }} {{ end }} {{ if gt (len $posts) 5 }}

All posts →

{{ end }}
{{ end }}
{{ end }}