https://github.com/ryuever/next-docify
Next.js seamless static site generator
https://github.com/ryuever/next-docify
code-splitting docify hmr maxium-customization nextjs nodejs react-ssr site-generator
Last synced: 1 day ago
JSON representation
Next.js seamless static site generator
- Host: GitHub
- URL: https://github.com/ryuever/next-docify
- Owner: ryuever
- Created: 2018-04-03T07:41:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T13:26:07.000Z (almost 8 years ago)
- Last Synced: 2025-10-22T07:24:43.443Z (6 months ago)
- Topics: code-splitting, docify, hmr, maxium-customization, nextjs, nodejs, react-ssr, site-generator
- Language: JavaScript
- Homepage:
- Size: 2.55 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README-en.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# next-docify
`next-docify` is a monorepo managed by `lerna`, which mainly consists of following package :
- [next-docify](https://github.com/ryuever/next-docify/tree/master/packages/next-docify) : A static site generator based on [next.js](https://github.com/zeit/next.js/).
- [create-next-docify-app](https://github.com/ryuever/next-docify/tree/master/packages/create-next-docify-app): It highly inspired by [create-react-app](https://github.com/facebook/create-react-app) and [create-next-app](https://github.com/segmentio/create-next-app). As the name means, it give you a method to create your own `doc site` quickly. you can choose a prefer `template` to install and create your own `template` under very little constraints.