update project README

This commit is contained in:
2026-03-26 17:09:25 -04:00
parent 6ad73c98e2
commit fb80621c51
2 changed files with 38 additions and 211 deletions

View File

@@ -28,6 +28,9 @@ A modern, high-performance personal portfolio and blog built with Astro.js. Desi
- 🏷️ **Tag system** - Categorize blog posts and projects with tags
- 📊 **Content collection** - Organized content management with Astro's content collections
- 🖼️ **Project showcase** - Display your work with images, descriptions, and technology tags
- 📬 **Contact form** - Integrated contact form with Cloudflare Turnstile protection
- 🎓 **Education section** - Timeline-based display of academic background and achievements
- 📄 **Resume download** - Downloadable resume/CV for potential employers
## 🛠️ Tech Stack
@@ -81,9 +84,16 @@ Your static files are now available in `./dist`
pnpm preview
```
3. **Open you browser**
3. **Open your browser**
Navigate to `http://localhost:3000` to see the site running locally.
### Deployment
Deploy to Cloudflare Pages:
```bash
pnpm deploy
```
## 📄 License
This project is licensed under the MIT License - see the LICENSE file for details.