Nextra Blog Theme

The Nextra Blog Theme (`nextra-theme-blog`) provides a minimal, clean blog layout built on Nextra. It supports post listings with tags and dates, RSS feed generation, and basic theming. Blog posts are written as MDX files under the `posts/` directory, and front matter fields such as `title`, `date`, `description`, and `tag` drive the post listing index.

API entry from apis.yml

apis.yml Raw ↑
aid: nextra:nextra-theme-blog
name: Nextra Blog Theme
tags:
- Blog
- Documentation
- React
- Theme
humanURL: https://nextra.site/docs/blog-theme
description: The Nextra Blog Theme (`nextra-theme-blog`) provides a minimal, clean blog layout built on
  Nextra. It supports post listings with tags and dates, RSS feed generation, and basic theming. Blog
  posts are written as MDX files under the `posts/` directory, and front matter fields such as `title`,
  `date`, `description`, and `tag` drive the post listing index.
properties:
- url: https://nextra.site/docs/blog-theme
  type: Documentation
- url: https://github.com/shuding/nextra/tree/main/packages/nextra-theme-blog
  type: GitHub