Skip to content

This is a blog template create using NextJS and Strapi.

Notifications You must be signed in to change notification settings

VictorAugDB/blog-template

Repository files navigation

Blog Template

An blog template made with Nextjs + Strapi.

Run instructions

Go to backend folder: cd backend

Copy .env.example data into a .env.local file cp .env.example .env

Generate Random Secrets for each Keys/Secret with the string 'tobemodified': https://www.md5hashgenerator.com/

Create a admin user, generate an API Token in settings > API Tokens. Copy the token and

Go back to the root folder

Copy .env.example data into a .env.local file cp .env.example .env.local

Copy the API Token and paste in the .env.local: NEXT_PUBLIC_STRAPI_API_URL

Go to the backend folder and run the strapi API: yarn start or npm run start

Go back to the root folder and run the next.js server: yarn dev or npm run dev

Project screeshots

Home

Light Theme

Desktop

Home

Mobile

Home Mobile

Dark

Home Dark

Post

Desktop

Post

Mobile

Post Mobile

About

This is a blog template create using NextJS and Strapi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published