IntroductionHi, I am Tanuj Soni
  • Introduction
    • Code Highlighting
    • MDX
    • Next.js SSG
    • Next.js i18n
    • Next.js Image
    • Themes
  • Get-Started
      • Installation
      • Configuration
      • Callout
      • Bleed
      • Installation
  • Introduction
    • Code Highlighting
    • MDX
    • Next.js SSG
    • Next.js i18n
    • Next.js Image
    • Themes
  • Get-Started
      • Installation
      • Configuration
      • Callout
      • Bleed
      • Installation

Themes

Nextra itself is basically a plugin that normalizes your Markdown routes in Next.js into structural data, and it doesn't handle any styling related thing. A theme is what renders your actual pages, it works like a layout component in React.

Nextra has 2 official themes that you can use:

  • Docs Theme
  • Blog Theme

You can also extend your own themes. Here's a great starter example by @jaredpalmer:

  • Nextra Blank Custom Theme/Boilerplate Example
Next.js Image
Get-Started

2022 © tanuj.in
Edit this page