🔐 Admin Dashboard - Local Development

The CMS admin panel requires Netlify deployment to function properly with Git Gateway authentication.

📝 Manual Content Management

For local development, you can edit blog posts directly:

  • Blog posts location: src/content/blog/
  • Images location: public/assets/blog/
  • File format: Markdown (.md) with frontmatter

Changes will be automatically detected by the Astro development server.

🚀 Production CMS Access

The CMS will work automatically when deployed to Netlify with:

  • Netlify Identity enabled
  • Git Gateway configured
  • User accounts created

No code changes needed - this is just a local development limitation.

← Back to Website