Hello World
Welcome to my blog! This is a simple post to verify everything works.
What this blog is about
I plan to write about topics that interest me. Stay tuned for more.
Here’s some inline code: console.log('hello'), and a code block:
function greet(name) {
return `Hello, ${name}!`;
}
This is a blockquote to test styling.