New Content

If you want to be able to create new content through the CMS, you need to define a _defaults.json within your content type (e.g. content/pages/_defaults.json). The CMS will pick up on this and provide a new option in the admin interface under "Add" in the top navbar. The widgets provided will be based on the types of content you use for your default scaffolding, however you can override these by also defining a _schema.json file for your content type (e.g. content/pages/_schema.json).

Filename Conventions

The CMS tries to check for filename conflicts and warns you if a file of that particular content type already exists with that name. It also enforeces certain rules like not using spaces or invalid characters.