Add Ghost CMS blog section (list + article pages)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user