A modern tech blog platform focused on fintech, IoT, cybersecurity, and emerging technologies.
🔗 Live Website: aargonic-blogs.vercel.app
- 📝 Dynamic blog post system with categories and tags
- 🎨 Beautiful responsive design with dark/light theme
- ⚡ Lightning-fast performance with Astro's static site generation
- 🔍 SEO optimized with meta tags and Open Graph support
- 📱 Mobile-first responsive layout
- 🏷️ Category and tag-based filtering
- 📊 Reading time estimation and view counter
- 🔗 Social sharing capabilities
- 📧 Newsletter subscription integration
- 🎯 Table of contents for long articles
- Frontend: Astro, React, TypeScript
- Styling: TailwindCSS, Custom CSS Variables
- Deployment: Vercel
- Performance: Static Site Generation (SSG)
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run buildMIT