Inside of this Astro starter project, you'll see the following folders and files:
/
├── public/
│ └── favicon.svg
├── src/
│ ├── @content/
│ │ └── blog/
│ │ ├── ...
│ ├── components/
│ │ └── Card.astro
│ ├── layouts/
│ │ ├── BlogLayout.astro
│ │ ├── global.css
│ │ └── Layout.astro
│ └── pages/
│ ├── blog/
│ │ ├── [...slug.astro]
│ │ └── index.astro
│ ├── astro-index.astro
│ └── index.mdx
├── _components.ts
├── _directives.ts
├── _frontmatter.yaml
└── package.json