--- import {getCollection} from "astro:content"; const projects = await getCollection('projects'); projects.sort((a, b) => a.data.name.localeCompare(b.data.name)); ---

Projects

Here are some of the projects I'm working on. Most of them are open source, so feel free to check them out!
Projects presented here are what I consider in presentable and/or finished state. They might or might not get updates.
Most logos generated using DALL-E mini.

{ projects.map((project, index) => { return (
4 ? "lazy" : "eager"} decoding="async" draggable="false" />

{project.data.name}

{project.data.description}
) }) }