Skip to content

water685/nextjs-ghost-tutorial

 
 

Repository files navigation

nextjs-ghost-tutorial

Source code for a tutorial about creating a Next.js frontend for ghost, a headless Content Management System (CMS).
The article series can be found under https://filipe-matos.netlify.app

Usage

mkdir somedirectory
cd ./somedirectory
git clone https://github.com/GitHubFilipe/nextjs-ghost-tutorial.git
cd ./nextjs-ghost-tutorial
npm run install
npm run dev

Browse http://localhost:3000

Manual Sections

  • Episode 1 - Intro
  • Episode 2 - Setting up the development environment
  • Episode 3 - Creating Next.js project and code repository
  • Episode 4 - Styling with Vanilla CSS and Tailwind
  • Episode 5 - Creating pages and layout components
  • Episode 6 - Speaking with Ghost(s)
  • Episode 7 - Rendering blog posts
  • Episode 8 - Rendering blog pages and tags
  • Episode 9 - Build, export and publish
  • Episode 10 - Search Engine Optimization (SEO)

Feedback

Go to GitHub Discussions for feedback.


License

nextjs-ghost-tutorial is licensed under the MIT License

About

Source code for a tutorial series on how to create a Next.js frontend for ghost, a headless CMS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.9%
  • CSS 10.1%