update project README
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user