This commit is contained in:
parent
19c9614892
commit
da7bb6734e
|
@ -3,3 +3,7 @@ npm create astro@latest
|
||||||
# Create Empty Install with standard typescript
|
# Create Empty Install with standard typescript
|
||||||
# Then Delete entire 'pages' folder under '/src/'
|
# Then Delete entire 'pages' folder under '/src/'
|
||||||
npx astro add @matthiesenxyz/astro-ghostcms
|
npx astro add @matthiesenxyz/astro-ghostcms
|
||||||
|
# Then Create the following environment variables in .env
|
||||||
|
# Tip: Set these to YOUR GhostCMS server to pull your content!
|
||||||
|
CONTENT_API_KEY=a33da3965a3a9fb2c6b3f63b48
|
||||||
|
CONTENT_API_URL=https://ghostdemo.matthiesen.xyz
|
Loading…
Reference in New Issue