Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days ago
JSON representation
A forkable Next.js site w/ a blank custom Nextra theme (w/Tailwind)
- Host: GitHub
- URL: https://github.com/jaredpalmer/nextra-blank-custom-theme
- Owner: jaredpalmer
- Created: 2021-06-25T16:03:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T19:01:32.000Z (about 1 year ago)
- Last Synced: 2024-10-25T18:22:44.995Z (13 days ago)
- Topics: nextjs, nextra
- Language: JavaScript
- Homepage: https://nextra-blank-theme.vercel.app/
- Size: 74.2 KB
- Stars: 116
- Watchers: 3
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.