config.mpcSite-wide configuration. Optional.
index.mpcHome page. Starting point. Required.
build/index.htmlGenerated HTML.
build/static/script.jsGenerated JavaScript.
build/static/style.cssGenerated CSS.

config.mpc

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).

index.mpc

This is the main page of the site and the starting point for CSS and JavaScript generation:

build/index.html

Stark will compile this HTML file from the template parts of index.mpc.

build/static/script.js

Stark will compile JavaScript from index.mpc dependencies into this file.

build/static/style.css

Stark will compile CSS from index.mpc dependencies into this file.