Add Ghost CMS blog section (list + article pages)

This commit is contained in:
2026-07-23 20:59:29 +05:30
parent 9a42e8b6e5
commit 5e457f4f39
9 changed files with 767 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Ghost CMS — Content API (read-only). Copy this file to .env.local and fill in.
# Get these from Ghost Admin → Settings → Integrations → Add custom integration.
GHOST_URL=https://your-ghost-site.com
GHOST_CONTENT_API_KEY=your_content_api_key
# Admin API key (id:secret) — only needed for server-side write tooling, not the blog.
GHOST_ADMIN_API_KEY=
# Optional
GHOST_API_VERSION=v5.0
GHOST_REVALIDATE=60