I tried running the default generator provided in the readme file.
This was the code I ran sprout run static-cms model Post title:text description:text slug:symbol date:date rank:integer price:number private:boolean.
It gives this error ✘ Error: 'model' is not a generator in this template.
Am trying to learn to use sprout-static-cms for building static sites but don't seem to get a hang of this. Am I doing anything wrong?
I tried running the default generator provided in the readme file. This was the code I ran
sprout run static-cms model Post title:text description:text slug:symbol date:date rank:integer price:number private:boolean
.It gives this error
✘ Error: 'model' is not a generator in this template.
Am trying to learn to use sprout-static-cms for building static sites but don't seem to get a hang of this. Am I doing anything wrong?