Skip to content

DavidAmunga/nextjs-ghostcms-blog-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app that has Ghost CMS as its backend and uses Disqus service as Comments

Ghost CMS Setup Config

You can quickly setup a Ghost Instance on Heroku as below or use your own instance

Deploy to Heroku

Once done setup a .env file on the root of the project with the following variables from your Ghost Setup.

CONTENT_API_KEY=YOUR_GHOST_API_KEY

BLOG_URL=YOUR_BLOG_URL

Getting Started

Install all the dependencies

yarn install

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Deploy on Vercel

Deploy with Vercel