Structure
The file structure of a Saaze site is as follows:
build
This directory will be created when you run the build
command. It will contain the static version of your site.
cache
This directory is used as a cache for internal Saaze components. You don't need to worry about what goes in here but it does need to be writable.
content
This is where your collections and entries are kept.
public
When deploying your site as a dynamic site, the entry point is the index.php
file in this directory. Your server software (e.g. Nginx, Apache, etc.) should point to this directory.
templates
This is where the Blade template files for your Saaze site are kept.