https://github.com/mblode/craft-next
https://github.com/mblode/craft-next
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mblode/craft-next
- Owner: mblode
- Created: 2020-05-12T23:49:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T22:05:26.000Z (over 2 years ago)
- Last Synced: 2025-04-02T07:22:39.819Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://craft-next.now.sh
- Size: 465 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# A statically generated blog example using Next.js and Craft CMS
This example showcases Next.js's [Static Generation](/docs/basic-features/pages.md) feature using [CraftCMS](https://craftcms.com/) as the data source.
## Demo
### [https://craft-next.now.sh/](https://craft-next.now.sh/)
### Related examples
- [Blog Starter](https://github.com/zeit/next.js/tree/canary/examples/examples/blog-starter)
- [DatoCMS](https://github.com/zeit/next.js/tree/canary/examples/examples/cms-datocms)
- [TakeShape](https://github.com/zeit/next.js/tree/canary/examples/examples/cms-takeshape)
- [Sanity](https://github.com/zeit/next.js/tree/canary/examples/examples/cms-sanity)
- [Contentful](https://github.com/zeit/next.js/tree/canary/examples/examples/cms-contentful)
- [Prsimic](https://github.com/zeit/next.js/tree/canary/examples/cms-prismic)