Build A Blog With Astro

This is a blog post about astro build.
We'll learn how to build a blog with Astro and why it's better than the alternatives.


This is a Markdown sub-heading

We just used a ### subheading in our blog post.


    const doStuff = () => {
      return console.log('hey')
    }
  
  // this is a code block
  const doSomething = () => {
    return console.log('hey')
  }
Here, I'm using a component inside my MarkDown file: