rsnext/examples/with-contentlayer
2022-07-26 20:08:40 -05:00
..
pages example: Added with-contentlayer example (#30045) 2022-05-22 15:19:10 +00:00
posts example: Added with-contentlayer example (#30045) 2022-05-22 15:19:10 +00:00
styles example: Added with-contentlayer example (#30045) 2022-05-22 15:19:10 +00:00
.gitignore Update default gitignore templates (#39051) 2022-07-26 20:08:40 -05:00
contentlayer.config.js example: Added with-contentlayer example (#30045) 2022-05-22 15:19:10 +00:00
jsconfig.json Fix with-contentlayer example build error (#37257) 2022-05-27 22:11:50 +00:00
next.config.js example: Added with-contentlayer example (#30045) 2022-05-22 15:19:10 +00:00
package.json example: Added with-contentlayer example (#30045) 2022-05-22 15:19:10 +00:00
README.md add pnpm link to docs (#37221) 2022-05-27 15:46:38 -04:00

Contentlayer Example

This example shows how to integrate Contentlayer in Next.js. Learn more about Contentlayer.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-contentlayer with-contentlayer-app
# or
yarn create next-app --example with-contentlayer with-contentlayer-app

Deploy it to the cloud with Vercel (Documentation).