Getting Started with Astro
Back to Articles

Getting Started with Astro

This is a sample article to demonstrate the blog functionality. Replace this with your own content.

Introduction

Start with an introduction to your topic.

Main Content

Section One

Write your content here with proper markdown formatting.

// Code examples work great
const greeting = "Hello, World!";
console.log(greeting);

Section Two

More content with lists:

  1. First point
  2. Second point
  3. Third point

Conclusion

Wrap up your article with a conclusion.