Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 765 Bytes

index.mdx

File metadata and controls

28 lines (22 loc) · 765 Bytes

Nextra

Nextra is a framework on top of Next.js, that lets you build content focused websites. It has all the great features from Next.js, plus extra power to create Markdown-based content with ease.

Quick Start

import { Card, Cards } from '@components/card'

To start using Nextra, you need to select a theme first:

<>![](/assets/docs-theme.png) <>![](/assets/blog-theme.png)

If you want to use Nextra without a preset theme, or build your own theme, you can follow the Custom Theme docs.