Welcome to My Writing

This is a sample blog post to demonstrate how content works in this Astro site. You can write in Markdown and it will be automatically converted to HTML.

What You’ll Find Here

I plan to write about:

  • Personal reflections and experiences
  • Technical topics and learning
  • Creative projects and ideas
  • Anything else that interests me

Markdown Features

You can use all the standard Markdown features:

  • Bold text
  • Italic text
  • Code snippets
  • Links

Code Blocks

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

Lists

  1. Numbered lists
  2. Work great too
  3. For organizing thoughts

Getting Started

To add your own writing:

  1. Create new .md files in src/content/writing/
  2. Add the frontmatter with title, description, date, etc.
  3. Write your content in Markdown
  4. The site will automatically generate pages for each post

That’s it! Start writing and sharing your thoughts with the world.