North East Heart Centre

Blog Login

Add or edit blog posts through GitHub. Every saved post commits to the repository and triggers a fresh Cloudflare Pages static build.

GitHub Blog CMS

Publish Static Blog Posts

Blog posts are stored as MDX files in src/content/blog. Sign in to GitHub, create or edit a post, and commit your change to the main branch. Cloudflare Pages will rebuild the static site automatically.

1. Login

Open the blog folder in GitHub and sign in with an account that has write access.

2. Commit

Create or edit an MDX file with the required frontmatter and commit to main.

3. Auto Deploy

Cloudflare Pages detects the commit, rebuilds Astro, and publishes the static pages.

New post template

---
title: "Your Blog Title"
description: "Write a 50-160 character SEO description for this post."
publishedAt: 2026-06-01
author: "Dr. Aditya Bhaskar"
category: heart-health
coverImage: "/Dr-Aditya-Bhaskar-Cardiologist-North-East-Heart-Centre-Guwahati.webp"
featured: false
---

## First Heading

Write the blog article here.