$ find . -name '*.md' -type f
Building a Terminal-Inspired Theme with Astro
How I created a nostalgic terminal aesthetic using modern web technologies like Astro and Tailwind CSS v4. →
#astro
#tailwind
#design
Sample Post with Typography Examples
This post demonstrates various typography elements and markdown formatting available in the theme. →
#typography
#demo
Getting Started with Tailwind CSS v4
A quick guide to the new CSS-first configuration approach in Tailwind v4. →
#tailwind
#css
The Joy of Static Site Generators
Why I switched from complex frameworks to simple static sites for my personal projects. →
#web
#astro
#performance
Designing for Developers
Thoughts on creating interfaces that resonate with technical users. →
#design
#ux
My Development Setup in 2025
A tour of my tools, editor config, and terminal setup for maximum productivity. →
#tools
#productivity
$ grep -r "tag:" ./posts/* | cut -d: -f2 | sort -u