| config.mpc | Site-wide configuration. Optional. |
| index.mpc | Home page. Starting point. Required. |
| build/index.html | Generated HTML. |
| build/static/script.js | Generated JavaScript. |
| build/static/style.css | Generated CSS. |
The data from the yaml part of this file will be available as site.config value in templates.
Alternatively you can rename the file to config.yaml. (Don't forget to remove the MPC part headers).
This is the main page of the site and the starting point for CSS and JavaScript generation:
Stark will compile this HTML file from the template parts of index.mpc.
Stark will compile JavaScript from index.mpc dependencies into this file.
Stark will compile CSS from index.mpc dependencies into this file.