Professional website for Saad Mahmood, Lead AI Architect at Microsoft.
- Framework: Astro (static site generator)
- Hosting: GitHub Pages
- Deployment: Automated via GitHub Actions
- Features: SEO-optimized, dark mode, mobile-first
- Home: Professional positioning and hero section
- About: Background and expertise
- Writing: LinkedIn article cross-posts
- Talks: Speaking topics and presentations
- Contact: Professional contact information
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewSite automatically deploys to GitHub Pages on push to main branch.
Live URL: https://<username>.github.io/<repo-name>
To use a custom domain (e.g., saadmahmood.com):
- Go to repo Settings → Pages → Custom domain
- Enter your domain
- Configure DNS at your registrar (see DEPLOYMENT.md)
- ✅ Schema.org Person JSON-LD
- ✅ Open Graph tags
- ✅ Twitter Card tags
- ✅ Sitemap.xml
- ✅ Robots.txt
- ✅ Semantic HTML
- ✅ Mobile-optimized
© 2026 Saad Mahmood. All rights reserved.