Updated README
Some checks failed
/ publish (push) Successful in 6s
/ build-site (push) Successful in 1m27s
/ checking (push) Successful in 24s
/ deploy-unlighthouse-files (push) Has been skipped
/ unlighthouse (push) Failing after 23s
/ deploy-unlighthouse-site (push) Has been skipped
Some checks failed
/ publish (push) Successful in 6s
/ build-site (push) Successful in 1m27s
/ checking (push) Successful in 24s
/ deploy-unlighthouse-files (push) Has been skipped
/ unlighthouse (push) Failing after 23s
/ deploy-unlighthouse-site (push) Has been skipped
This commit is contained in:
parent
beae91e5fd
commit
d06655296b
1 changed files with 0 additions and 37 deletions
37
README.md
37
README.md
|
@ -2,43 +2,6 @@
|
||||||
|
|
||||||
This is build using [Astro](https://astro.build)
|
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
|
## 🧞 Astro-Specific Commands
|
||||||
|
|
||||||
All commands are run from the root of the project, from a terminal:
|
All commands are run from the root of the project, from a terminal:
|
||||||
|
|
Loading…
Reference in a new issue