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
- Host: GitHub
- URL: https://github.com/hipstersmoothie/next-ignite
- Owner: hipstersmoothie
- Created: 2020-06-09T22:44:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T01:33:14.000Z (over 2 years ago)
- Last Synced: 2025-03-26T17:21:19.390Z (about 1 month ago)
- Topics: mdx, nextjs
- Language: TypeScript
- Homepage: https://hipstersmoothie.github.io/next-ignite/
- Size: 5.79 MB
- Stars: 24
- Watchers: 3
- Forks: 1
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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?