DavidAmunga / nextjs-ghostcms-blog-starter

A Starter Template Blog using NextJS, GhostCMS and Disqus

Home Page:https://blog-starter-nextjs-app.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Starter Template Blog using NextJS, GhostCMS and Disqus

https://blog-starter-nextjs-app.vercel.app/

License:MIT License


Languages

Language:TypeScript 58.1%Language:SCSS 38.9%Language:JavaScript 3.0%