DkBlog ContentLayer

A static blog using ContentLayer in Next.Js

DkBlog ContentLayer is a project using Next.Js to create a static blog with ContentLayer 2.

Some technologies used

Install and run the project

Global Dependencies

You need to have a main dependency installed:

  • Node.js LTS v20 (or any higher version)

Do you use nvm? Then you can run nvm install in the project folder to install and use the most appropriate version of Node.js.

Get the repository

terminal
git clone https://github.com/ncontiero/dkblog-contentlayer.git

Local Dependencies

So after getting the repository, don't forget to install the project's local dependencies:

terminal
pnpm install

Run the project

To run the project locally, just run the command below:

terminal
pnpm run dev

License

This project is licensed under the MIT License - see the LICENSE file for details.