DocumentationπŸ“° Blogβš™οΈ Setup Blog

Blog

The kit comes with a blog feature out of the box. Everything related to blog is in the src/Blog folder and the pages are inside src/app/blog folder.

New Post

You can create a new post by creating a new markdown file in the src/Blog/Posts folder. The file name should be a alphanumeric string with dashes in between. You can check the existing posts to get an idea of the file name and the structure.

Layout

The blog layout is in the src/app/blog/layout.tsx file. You can customize the layout as per your needs.


MIT 2024 Β© Nextra.