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: …
Read More “Site Generator Overview”
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 …
Read More “Creating Custom Previews”
The update procedure for your CMS depends upon the method you used to install Netlify CMS. Package Manager If you are using a package manager like Yarn or NPM, use their standard procedure to update. This is how both the Hugo and Gatsby starters are set up. CDN If you are using the CMS through …
Read More “Update the CMS Version”