Skip to content

Commit 30acba2

Browse files
committed
JFRA-00: Update README
1 parent 01ede9f commit 30acba2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,23 @@ This is my personal portfolio website built with Astro, showcasing my work as a
1717
## πŸ› οΈ Tech Stack
1818

1919
- [Astro](https://astro.build)
20-
- CSS3
2120
- [TypeScript](https://www.typescriptlang.org/)
2221
- [MDX](https://mdxjs.com/)
2322
- [Cypress](https://www.cypress.io/)
23+
- [CSS3](https://developer.mozilla.org/es/docs/Web/CSS)
2424

2525
## πŸ—οΈ Project Structure
2626

2727
```text
2828
/
2929
β”œβ”€β”€ src
3030
β”‚ β”œβ”€β”€ assets # Astro-managed assets (e.g., blog post images if optimized by Astro)
31-
β”‚ β”‚Β Β  β”œβ”€β”€ documents
32-
β”‚ β”‚Β Β  β”œβ”€β”€ gifs
33-
β”‚ β”‚Β Β  β”œβ”€β”€ img
34-
β”‚ β”‚Β Β  └── videos
3531
β”‚ β”œβ”€β”€ components # Base components
36-
β”‚ β”‚Β Β  └── i18n
32+
β”‚ β”‚Β Β  └── i18n # Locale components
3733
β”‚ β”œβ”€β”€ data # All the global variables must be here
38-
β”‚ β”œβ”€β”€ layouts
34+
β”‚ β”œβ”€β”€ layouts # Portfolio layouts
3935
β”‚ β”œβ”€β”€ pages # Astro pages and routes (e.g., index.astro, about.astro)
40-
β”‚ β”‚Β Β  └── [lang]
36+
β”‚ β”‚Β Β  └── [lang] # Translated Pages
4137
β”‚ β”œβ”€β”€ scripts # Global scripts
4238
β”‚ β”œβ”€β”€ sections # Reusable sections
4339
β”‚ β”œβ”€β”€ styles # Global styles

0 commit comments

Comments
Β (0)