Site Generator Overview

Overview The process for adding Netlify CMS to a static site can be divided into four main steps: Install Netlify CMS This is a single page app available at the /admin route of your website. Check out the general overview to see what the installation process entails. Set up a backend This serves two purpose: …

Creating Custom Previews

The NetlifyCMS exposes a window.CMS global object that you can use to register custom widgets, previews and editor plugins. The available customization methods are: registerPreviewStyle: Register a custom stylesheet to use on the preview pane. registerPreviewTemplate: Registers a template for a collection. React Components inline interaction NetlifyCMS is a collection of React components and exposes …