How to create a page from admin panel of one-click-hugo-cms or gatsby or Middleman Site Starter template?

How to create a page using button from admin panel( content manager) of Netlify cmd. Is it possible?

I answered the same question here.

In the one-click-hugo-cms template the ability to create new pages is not enabled by default, but you can enable this by adding the following line to the page collection in your Netlify CMS configuration file:

create: true

The configuration file for this template is located in: site/static/admin/config.yml

You can read more about configuration in the Netlify CMS docs

Let us know how you get on! :slight_smile:

Edit: Sorry, just saw the answer posted before my own.

You can’t add create: true to a file collection. You have to convert it to a folder collection first.