Skip to content

psegarel/sveltekit-ghost

Repository files navigation

create-svelte

A Svelte project starter, powered by create-svelte and Ghost as a headless CMS

As expected

npm install

You will need a Ghost blog

Start for free with DigitalPress

Add the necessary API Keys in order for SvelteKit to communicate with Ghost

Check the docs Ghost Content API

Obtain the Content API URL and key by creating a new Custom Integration under the Integrations screen in Ghost Admin.

Add the keys to a .env file:

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

About

SvelteKit Ghost headless CMS Integration starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published