Spaceship
#Astro#Markdown#Blogging#Getting Started

First Blog Post

This is my first blog post using Astro content collections

#Welcome to My Blog!

This is my first blog post using Astro’s content collections. Let me show you what’s possible with Markdown.

#Features

  • Easy to write
  • Supports syntax highlighting
  • Type-safe frontmatter
  • Fast builds

#Code Example

Here’s a simple JavaScript example:

function greet(name) {
  return `Hello, ${name}!`;
}

console.log(greet('World'));

#Lists

Ordered list:

  1. First item
  2. Second item
  3. Third item

Unordered list:

  • Coffee
  • Tea
  • Milk

#Conclusion

This is just the beginning. More posts coming soon!

Share this post