Make Page Command
The make:page
command allows you to create a new page - including page data class and content file.
This command will create the following two files.
After this you can rename the created markdown file, add the view to use and your content.
The make:page
command works with sheet collections with markdown, JSON or YAML content (.md
, .json
, .yaml
, .yml
). For all other extensions it will only create an empty file.
Last updated