Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaredpalmer/nextra-blank-custom-theme

A forkable Next.js site w/ a blank custom Nextra theme (w/Tailwind)
https://github.com/jaredpalmer/nextra-blank-custom-theme

nextjs nextra

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Nextra Blank Custom Theme/Boilerplate Example

A nearly blank MDX blog/content site powered by a custom [Nextra](https://nextra.vercel.app) 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.