Astro + Sveltia CMS

Content lives in Markdown (content/), edited via Sveltia CMS, built by Astro.

How a Git-based CMS Works

2026-08-06 — The content pipeline behind the admin panel.
Sveltia CMS is a single-page app served from `/admin/`. It reads and writes Markdown files through the GitHub API, so your content stays in git — versioned, reviewable, and deployable with zero database.

Welcome to Sveltia CMS

2026-08-06 — Your first post, managed through Sveltia CMS.
This post lives in `content/posts/` as a plain Markdown file. Edit it in the CMS at `/admin/` — save, and the change lands in your git repository as a commit. On Cloudflare Pages, that commit triggers an automatic redeploy.

About

A tryout of **Sveltia CMS** with **Astro** — a modern, Git-based content management system for static sites. No database, no server-side code: the editor commits straight to your repository, and Astro builds the site from the Markdown content at deploy time.
Open Content Manager