ganeshkumartk / nextra-blank-custom-theme

A forkable Next.js site w/ a blank custom Nextra theme (w/Tailwind)

Home Page:https://nextra-blank-theme.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nextra Blank Custom Theme/Boilerplate Example

A nearly blank MDX blog/content site powered by a custom Nextra theme (see components/layout.js) w/Tailwind already setup.

The post list for the blog index in pages/index.js comes out of ./posts.json. If you wanted to get the Nextra page map to use on the index page, you could make a blank pages/index.mdx and move that "page" component into components/layout (just check for route === '/') and render it).

Anyways, hopes this helps. Nextra rocks for static content.

About

A forkable Next.js site w/ a blank custom Nextra theme (w/Tailwind)

https://nextra-blank-theme.vercel.app/


Languages

Language:JavaScript 100.0%