File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff 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
You canβt perform that action at this time.
0 commit comments