Next.js + Ghost CMS Tutorial
Check also the github repository for the complete code
Next.js / Ghost Tutorial: 1 - Intro
Jan 10, 2021
Introduction to the articles series on how to develop a static (SSG) blog frontend with Next.js and ghost, a headless CMS... continue readingNext.js / Ghost Tutorial: 2 - Setting up the development environment
Jan 11, 2021
How to setup your environment to develop a blog site with Next.js and ghost CMS... continue readingNext.js / Ghost Tutorial: 3 - Creating Next.js project and code repository
Jan 16, 2021
Create a new Next.js project from scratch, import the Ghost API and create a remote code repository on GitHub.... continue readingNext.js / Ghost Tutorial: 4 - Styling with Vanilla CSS and Tailwind
Jan 21, 2021
This episode teaches how to style your Next.js project, both with Vanilla CSS and Tailwind.... continue readingNext.js / Ghost Tutorial: 5 - Routing and Layout Components
Jan 22, 2021
Routing and layout components as the building blocks of the Next.js blog application... continue readingNext.js / Ghost Tutorial: 6 - Speaking with Ghost(s)
Jan 27, 2021
Connect to Ghost CMS, fetch blog posts and display them in preview card on the homepage.... continue readingNext.js / Ghost Tutorial: 7 - Render blog posts
Feb 2, 2021
Render Ghost blog posts from Next.js... continue readingNext.js / Ghost Tutorial: 8 - Render blog pages and tags
Feb 9, 2021
Render Ghost blog pages and tags from Next.js... continue readingNext.js / Ghost Tutorial: 9 - Publish your blog
Feb 23, 2021
Build, export and deploy your static blog on the internet... continue readingNext.js / Ghost Tutorial: 10 - SEO
Mar 18, 2021
Improve the SEO ranking of your blog site... continue reading