Getting Started with My Blog

metaastro

Welcome to My Blog

This is an example blog post! You can delete this file and start writing your own posts in the src/content/blog/ directory.

Writing Posts

Each blog post is a markdown file with frontmatter that includes:

  • title: The post title
  • description: A short summary
  • date: Publication date
  • tags: Optional tags for categorization
  • draft: Set to true to hide from production

Markdown Support

You can use all standard markdown features:

  • Lists
  • Bold and italic text
  • inline code
  • Links
  • Images
  • And more!
// Code blocks with syntax highlighting
const greeting = "Hello, world!";
console.log(greeting);

Next Steps

  1. Delete this example post
  2. Create your first real post in src/content/blog/
  3. Start documenting your journey!

Happy blogging! 🚀