{{ define "main" }} {{ $projects := where site.RegularPages "Section" "projects" }} {{ $featured := where $projects "Params.featured" true }}

{{ site.Params.role }}

{{ site.Params.tagline }}

{{ site.Params.intro }}

Focus

Selected Work

Featured projects

{{ range $featured }}

{{ .Date.Format "Jan 2006" }}

{{ .Title }}

{{ with .Params.summary }}{{ . }}{{ else }}{{ .Description }}{{ end }}

{{ with .Params.tags }}
    {{ range . }}
  • {{ . }}
  • {{ end }}
{{ end }}
{{ end }}

About this site

Built to evolve with the portfolio

This Hugo setup is designed to make project updates straightforward. Add Markdown content, adjust templates when needed, and keep the site fast without introducing unnecessary complexity.

{{ end }}