/bryce-loskie

A curated list of the things I want to share

Primary LanguageAstroOtherNOASSERTION

Bryce's curated list of the things

Stack

Project Structure

Inside of your Astro project, you'll see the following folders and files:

PROJECT_ROOT

├── public              # static assets
│   └── posts           # images of posts
└── src
    ├── components      # Astro & React components
    │   └── icons
    ├── layouts         # page layouts
    ├── pages           # page files
    │   ├── categories  # category pages
    │   └── posts       # .md files
    └── styles          # global stylesheets