next-blog icon indicating copy to clipboard operation
next-blog copied to clipboard

Driven by nextjs, shadcnui style blog template.

NextBlog

⚠️ Tip: I have been looking for a job recently, so I will not update any new features for the time being. I have planned many features to improve NextBlog and will continue to update once I am stable. Don't worry about the project stopping, please stay tuned !

A minimal, responsive, and easy-to-use blog template.

next-blog

Perview | Changelog | GitHub license

Introduction

NextBlog is True simplicity rather than simplicity✨, it is a minimal, responsive, and easy-to-use blog template ⚡.

Simple and clean, it is designed to place the reader's attention on what really matters: the content.

Tech Stack

How to use?

NextBlog can be deployed with Vercel or Netlify, with a single click.

PS: 如果你是国内用户的话,我推荐你使用 Netlify

Deploy with Vercel

Deploy to Netlify

Then you can clone the repository and run the following commands:

git clone
cd next-blog
npm install
npm run dev

You only need to modify the configuration file content and write articles.

  • configuration file: blog.config.ts
  • article file: posts/*.mdx | posts/*.md

Features

  1. [x] Mobile responsive

  2. [x] Comments

  3. [x] Search

  4. [x] SEO friendly

  5. [x] Dark mode

  6. [x] Tags

  7. [x] Pagination

  8. [x] remark and rehype plugins

  9. [x] Syntax highlighting 10.[x] Subscribe

    ...To be updated

If you have any ideas, please let me know.

License

NextBlog is licensed under the MIT License.

The README.md file powered by RMX.