A personal portfolio and blog website built with Gatsby, showcasing AI/ML expertise, projects, and blog posts.
- Node.js (v14 or higher)
- npm or yarn
# Install dependencies
npm install
# Start development server
npm run dev
# or
gatsby develop
# The site will be available at http://localhost:8000# Create production build
npm run build
# or
gatsby build
# Serve production build locally (optional)
npm run serve
# or
gatsby serveThis site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
# Build and deploy to GitHub Pages
npm run deploy
# or
gatsby build && gh-pages -d public- The site is served from the
gh-pagesbranch - Custom domain configured via CNAME
- Automatic deployment via GitHub Actions (if configured)
- Blog posts: Add markdown files to
content/blog/ - Site configuration: Edit
gatsby-config.js - Styling: Uses Tailwind CSS
Powered by @Devfolio
Licensed under the MIT License.