Folder structure
Last updated
Was this helpful?
Last updated
Was this helpful?
All theme files except assets
folder are in the site/plugins/zero-one/
folder.
But we are still making the download as a full install because there are some plugins and config settings that are required for Zero One to work properly. And for your smooth experience and demo examples, it is best we pack that all together.
The following site folders:
blueprints
collections
controllers
models
snippets
templates
Are in site/theme/
folder. With this, we wanted to achieve a cleaner structure.
Kirby supports this approach, and we use inbuilt Kirby functions to achieve this change. Everything is controlled from the root index.php
file.
Don't worry, if this structure is not something you like, and you like default Kirby structure better, than just:
instead of Zero One index.php
add index.php from Kirby standard install
all folders from site/theme/
folder, just leave as they are by default in site
folder.