This is My first blog post.

Written by: Ian Worley

Date Published: 2024-03-01

blogging

learning in public

Hello World

This is my first blog post. For this site I am trying to use Astro for my blog site.

let x = 3;
console.log(x);

I am also using TypeScript for my code blocks.