Same as official nextjs-blog-starter-typescript, with added support for fetching content from Ghost via its API
The article discusses the process of setting up a headless Ghost CMS with Next.js on Fission. It provides a step-by-step guide for installation and deployment, as well as information on using Docker to set up a local Ghost instance for testing.
git clone [repository-url]
npm install
This article explains how to set up a headless Ghost CMS with Next.js on Fission. It provides instructions for installation and deployment, including setting up Ghost CMS either locally or on the cloud. Overall, the integration of Next.js and Ghost CMS allows for the fetching and publishing of blog posts while maintaining the ability to write Markdown files in the git repo.