{{- $profile := site.Data.profile -}}
# {{ site.Title }}

{{ with site.Params.description }}> {{ . }}{{ end }}

{{- with $profile }}
## About

{{ with .name }}**{{ . }}**{{ with $profile.tagline }} — {{ . }}{{ end }}{{ end }}

{{ with .bio }}{{ . }}{{ end }}
{{- end }}

## Recent posts

{{- range first 10 (where site.RegularPages "Section" "post") }}
- [{{ .Title }}]({{ .Permalink }}){{ with (.Description | default .Summary | plainify) }}: {{ . }}{{ end }}
{{- end }}

{{- with site.Data.projects.featured }}

## Projects

{{- range . }}
- **{{ .title }}**{{ with .tagline }} — {{ . }}{{ end }}{{ with .repo }} — repo: {{ . }}{{ end }}{{ with .demo }} — demo: {{ . }}{{ end }}
{{- end }}
{{- end }}

---
Generated by [tsuki](https://github.com/tiennm99/tsuki) — Hugo blog + portfolio theme.
