From d06655296b596581c28203fbeb26fc9554007298 Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 20 Jun 2024 19:18:51 +0200 Subject: [PATCH] Updated README --- README.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/README.md b/README.md index 5672379..151d5a2 100644 --- a/README.md +++ b/README.md @@ -2,43 +2,6 @@ This is build using [Astro](https://astro.build) - -## 🚀 Project Structure - -``` -/ -├── static/ -│ ├── favicon.svg -│ └── other files ... -│ -├── src/ -│ ├── components/ -│ │ ├── servantCard.astro -│ │ ├── ceCard.astro -│ │ ├── contactCard.astro -│ │ └── taCard.astro -│ │ -│ ├── layouts/ -│ │ ├── customFooter.astro -│ │ ├── baseSection.astro -│ │ ├── taSection.astro -│ │ ├── contactSection.astro -│ │ └── Layout.astro -│ │ -│ └── pages/ -│ └── index.astro -│ -├── .gitlab-ci.yml -├── astro.config.mjs -└── package.json -``` - -Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name. - -More routes will follow soon - -Any static assets, like images, can be placed in the `static/` directory. - ## 🧞 Astro-Specific Commands All commands are run from the root of the project, from a terminal: