# Netlify CMS & Next.js Series - Intro

# Intro

I'm using [Netlify CMS](https://www.netlifycms.org/) & [Next.js](https://nextjs.org/) at  [work](https://devfair.com) to create our website. I thought I'd document the process in case its useful for others. 

This will be a series of posts were I'll setup a simple brochure site driven by the Netlify CMS. The resulting source code can be used as a template to get you up and running quickly on a new project. 

The plan is to release one or two new posts a week.

## Posts

1. Intro (this post)
2. [Next.js Setup](https://justinramel.com/netlify-cms-and-nextjs-series-nextjs-setup/)
3. [Adding markdown content](https://justinramel.com/netlify-cms-and-nextjs-series-adding-markdown-content)
4. [Integrating Netlify CMS](https://justinramel.com/netlify-cms-and-nextjs-series-integrating-netlify-cms)
5. [Deploy Netlify CMS](https://justinramel.com/netlify-cms-and-nextjs-series-deploy)
6. Local deploy
7. Custom previews
8. Allow CMS users to edit Markdown






