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

https://github.com/mu373/contentful-nuxt-sample

Sample Nuxt.js website which uses Contentful as CMS
https://github.com/mu373/contentful-nuxt-sample

contentful jamstack netlify static-site

Last synced: about 2 months ago
JSON representation

Sample Nuxt.js website which uses Contentful as CMS

Awesome Lists containing this project

README

          

# contentful-nuxt-sample

## Environments
- CMS: Contentful
- Hosting: Netlify
- Frontend framework: Nuxt.js

## Building on Netlify
- Set Environment variables on Netlify
- `Site settings` > `Build & deploy` > `Environment variables`
- `CTF_CDA_ACCESS_TOKEN` and `CTF_SPACE_ID` are required to build Contentful contents on Netlify
- `.env` is not included in git repository
- Make build webhook on Netlify
- `Site settings` > `Build & deploy` > `Build hooks`
- Set name to hook such as `contentful-build`
- Add Netlify integration on Contentful
- `Settings` > `Webhooks` > `Add` (Netlify template in sidebar)