{
  "site": {
    "title": "Alex Rivera",
    "description": "Creative Developer & Digital Artist - Crafting immersive digital experiences",
    "author": "Alex Rivera",
    "email": "alex@portfolio.com",
    "url": "https://alexrivera.dev",
    "theme": "dark",
    "layout": "portfolio",
    "customization": {
      "layoutStyle": "masonry",
      "colorScheme": {
        "primary": "#FF6B9D",
        "secondary": "#A855F7",
        "accent": "#06B6D4",
        "background": "#0F0F23",
        "surface": "#1A1A2E",
        "text": "#E5E7EB"
      },
      "typography": {
        "headingFont": "Inter",
        "bodyFont": "Inter",
        "fontSize": "lg",
        "fontWeight": "medium"
      },
      "hero": {
        "style": "fullscreen",
        "backgroundType": "gradient",
        "showStats": true,
        "overlayOpacity": 0.8
      },
      "content": {
        "cardStyle": "glassmorphism",
        "spacing": "relaxed",
        "animation": "scale",
        "showExcerpts": true,
        "showReadingTime": true,
        "showTags": true
      },
      "features": {
        "darkMode": true,
        "searchEnabled": true,
        "socialSharing": true
      }
    },
    "social": {
      "github": "https://github.com/alexrivera",
      "linkedin": "https://linkedin.com/in/alexrivera",
      "twitter": "https://twitter.com/alexrivera",
      "behance": "https://behance.net/alexrivera"
    }
  },
  "pages": [
    {
      "slug": "featured-project",
      "title": "Interactive Data Visualization Dashboard",
      "description": "A real-time analytics dashboard built with React, D3.js, and WebGL for processing millions of data points",
      "content": "# Interactive Data Visualization Dashboard\n\nThis project showcases advanced data visualization techniques using modern web technologies...",
      "category": "Web Development",
      "tags": ["React", "D3.js", "WebGL", "TypeScript"],
      "publishedAt": "2024-01-15",
      "readingTime": "8 min",
      "featured": true
    },
    {
      "slug": "ai-art-generator",
      "title": "AI-Powered Art Generation Tool",
      "description": "Machine learning model that generates unique digital art pieces based on text prompts",
      "content": "# AI-Powered Art Generation\n\nExploring the intersection of artificial intelligence and creativity...",
      "category": "AI/ML",
      "tags": ["Python", "TensorFlow", "GANs", "Computer Vision"],
      "publishedAt": "2024-01-10",
      "readingTime": "12 min"
    },
    {
      "slug": "mobile-ar-experience",
      "title": "Augmented Reality Shopping Experience",
      "description": "iOS/Android app that lets users visualize furniture in their space using AR technology",
      "content": "# AR Shopping Experience\n\nRevolutionizing e-commerce with augmented reality...",
      "category": "Mobile",
      "tags": ["React Native", "ARKit", "ARCore", "3D Modeling"],
      "publishedAt": "2024-01-05",
      "readingTime": "6 min"
    }
  ]
}
