June 5, 2026
Welcome to the blog
A quick launch post for the new markdown blog.
This blog is now powered by Astro content collections.
Markdown code fences render with syntax highlighting automatically:
const message = 'Hello from the blog';
function shout(value: string) {
return value.toUpperCase();
}
console.log(shout(message));
More content will be coming soon!