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

https://github.com/hipstersmoothie/next-ignite

A flexible next.js based documentation website with content authoring in MDX
https://github.com/hipstersmoothie/next-ignite

mdx nextjs

Last synced: 19 days ago
JSON representation

A flexible next.js based documentation website with content authoring in MDX

Awesome Lists containing this project

README

        

# next-ignite

- add a blog just by adding a `blog/` folder and some mdx files in `pages/`
- Add multiple top level docs sections just by adding more folders and mdx in `pages/`
- Home Page (Break out into JS easy as hell)
- Simple search (only work after a full production build)
- Dynamically match `layouts` + add fallbacks based on routes
- Customize the dark and light mode syntax highlighting. Use any VSCode or textmate theme.

## Getting Started

```bash
yarn
yarn build:lib
yarn dev
```

## TODO

- [ ] generate open graph images for docs and blog?