{{ define "main" }}

{{ .Title }}


{{ with resources.Get "pics/pic-software.webp" }} {{ end }} {{ .Content }}

Personal Projects

I really like to start projects in my free time (maybe too often). Here's an almost-comprehensive list of them, most of them are freely licensed as well!

{{ range .Data.Pages.ByDate.Reverse }}

{{ .Title }}

{{ .Summary }}

{{ end }}

Contributions

I also do plenty of open-source work, here's a list of some of the projects I contributed to!

{{ $contrib := (index site.Data "contributions") }}
{{ range $contrib.contributions }}

{{ .name }}

{{ .description }}

{{ end }}
{{ end }}