Hello, world
This is the first post. Replace it with your own writing — drop new markdown
files into src/content/blog/ and they’ll show up on the home page in date
order.
Frontmatter
Each post needs title and pubDate. description is optional and shows up
under the title on the blog index.
Markdown features
You can use bold, italic, links, inline code,
and code blocks:
const greeting = "hello";
console.log(greeting);