If you wish to modify the default HTML output produced by the “bake” command, follow these simple steps:
For baking custom views:
The [themename]
path segment should be the name of the bake theme
that you are creating. Bake theme names need to be unique, so don’t use
‘default’.
For baking custom projects:
Go into: cake/console/templates/skel
Notice the base application files there
Copy them to your: app/vendors/shells/templates/skel
Make changes to the HTML output to control the way “bake” builds your views
Pass the skeleton path parameter to the project task
cake bake project -skel vendors/shells/templates/skel
Notes
cake bake project
so that
the path parameter can be passed.