Skip to content

k1enttt/News-website-template

Repository files navigation

Template of news webstite

A template used for building your own news website, built with NextJS, TailwindCSS and GhostCMS

Getting Started

First, install the dependencies:

npm i

Second, create a copy of the .env.example file and save it as .env:

copy .env.example .env # Window

cp .env.example .env # Ubuntu

Then, customize the .env file according to your GhostCMS server configuration.

Third, seed some sample data:

node --experimental-strip-types seed-tags.ts
node --experimental-strip-types seed-posts.ts

Finally, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Post's tag formatting

When creating tags in GhostCMS, remember to write the tag's name correctly based on this format {parent_tag}: {child_tag}. Otherwise, the website will not work properly.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

A template used for building your own news website, built with NextJS, TailwindCSS and GhostCMS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published