A modern, feature-rich blog template built with Nextra.
You can deploy this template on Vercel by clicking the button below
- Nextra 4 with Next.js 16 + React 19 + TypeScript
- shadcn/ui and Tailwind CSS
- Pagefind for search engine
- Giscus for commenting system
- View Transitions API in Next.js App Router with next-view-transitions
Using the GitHub CLI:
gh repo clone phucbm/nextra-blog-starterpnpm ipnpm dev- Create a new
.mdxfile in thecontentdirectory - Add your front matter at the top of the file:
---
title: Your Post Title
date: 2025/1/30
description: A brief description of your post
tags: [ "web development", "react" ]
author: Your Name
---- Write your content in MDX format below the front matter
Created with ❤️ by PHUCBM
Don't forget to ⭐ this repository if you found it helpful!