nextjs-blog
nextjs-blog copied to clipboard
Next.js Contentful Blog 💍
title: "README" date: "2021-11-20"
Next.js Contentful Blog 💍

Keep all your information in one blog.
This project, while the source code is publicly available. It's not planned, it's just a project for me to play with and implement features as I see fit.
💡 Requirements
Content Delivery API is read-only.
👀 Tech Stack
Open Source
Infra/Services
- Vercel (Hosting)
- GitHub Actions (CI/CD)
- Contentful (Headless CMS)
- Google Analytics (Optional)
- Google Analytics Reporting API (Optional. Used to display articles with the highest number of views.)
- Google AdSense (Optional)
I'm using Contentful, but you can use any other Headless CMS service, or you can use your own database or filesystem markdown files. (docs directory is an example of this.) Basically, I would be happy if you refer to the UI and other modules.
⚡️ Setup
Copy the .env.example and set the API Keys.
cp .env.example .env
yarn install
yarn dev
💊 Test
yarn test