Hello World
First post on the site. Testing that everything works.
Hello World
This is the first post. If you’re reading this, the blog infrastructure is working.
What this site is
A place to share things with friends:
- Blog posts like this one
- Quick shares — links, notes, recommendations
- Interactive apps — calculators, games, tools
Built with Astro, React, and Tailwind. Deployed on Cloudflare Pages.
Code blocks work too
const greeting = "hello from the blog";
console.log(greeting);
Everything is rendered from markdown with zero client-side JavaScript.