A Svelte project starter, powered by create-svelte
and Ghost as a headless CMS
As expected
npm install
You will need a Ghost blog
Add the necessary API Keys in order for SvelteKit to communicate with Ghost
Obtain the Content API URL and key by creating a new Custom Integration under the Integrations screen in Ghost Admin.
VITE_GHOST_API_URL=[API URL]
VITE_GHOST_CONTENT_API_KEY=[Content API Key]
VITE_SECRET_GHOST_ADMIN_API_KEY=[Admin API Key]
Check the basic implementation, this repo basically SvelteKit site
The DigitalPress blog Ghost Blog