Index
• 1 minute read· 898 views
Hello world! This is my first blog post!
Hello there!
Just wanted to drop a quick hello 👋 as I kick off this blog. I’m all about diving headfirst into things that fascinate me, and I’m stoked to start sharing my thoughts right here.
You can expect developer workflow tips, tech reviews, what I’m currently building and whatever cool stuff I’m currently interested in.
Behind the scenes
This blog? I wanted to create a minimal shell that is easy to maintain, update, and add new content to!
- Built using Astro.
- Styled with Tailwind CSS.
- Hosted on Vercel.
- Static content with MDX.
- Open sourced on Github.
- Database with Xata
Next up
For my next post I’ll go more in depth on how I have setup the blog and projects section of this site using Astro Content Collections.
const posts = await getCollection("blog");
const posts = await getCollection("blog");
Catch you on the flip side!