fromshore

Hello World

Shore · · 1 min read

Welcome to my blog! This is my first post on my new site built with Astro.

Why Astro?

Astro is a fantastic framework for content-focused websites. It offers:

  • Excellent performance - Ships zero JavaScript by default
  • Content-first design - Built specifically for blogs and documentation
  • Modern DX - Great developer experience with hot reloading and TypeScript support
  • Flexible - Use any UI framework (or none at all)

What to Expect

I’ll be writing about:

  • Web development and programming
  • Technology trends and tools
  • Personal projects and learnings
  • Whatever else catches my interest

Code Example

Here’s a simple JavaScript example to show off the syntax highlighting:

function greet(name) {
  console.log(`Hello, ${name}!`);
  return `Welcome to the blog`;
}

greet('World');

Stay Tuned

I’m excited to share my thoughts and experiences with you. Make sure to subscribe to the RSS feed to stay updated.

Thanks for reading!