--- import BaseHead from "../components/BaseHead.astro"; import Header from "../components/Header.astro"; import Footer from "../components/Footer.astro"; import { SITE_TITLE, SITE_DESCRIPTION } from "../consts"; import { getCollection } from "astro:content"; import FormattedDate from "../components/FormattedDate.astro"; import ProjectGrid from "../components/ProjectGrid.astro"; const posts = (await getCollection("blog")).sort( (a, b) => a.data.pubDate.valueOf() - b.data.pubDate.valueOf() ); ---

Recent Blog Posts

👋 Greetings, Adventurer!

Welcome to my site/blog! This place will serve as a corner where I can document the progress and process with some of things I've experimented with or made. I guess its kind of like writing documentation for all the things I've found intriguing or interesting.

I did a thing..

Here are some of the things I've done/experimented with and found pretty cool!

Check below for some links to more stuff!