Contents

Configuration

The generator accepts a deployment URL prefix and a visual theme.

Root hosting#

The default build uses / as its base path:

python3 build.py

Project-path hosting#

Pass an origin-relative path that starts and ends with /:

python3 build.py --base-path /example-project/

The output must then be hosted at /example-project/. See the command reference for a summary.

Theme selection#

The default ef-maris-dark theme matches the current dark desktop palette. Select the light paper theme with:

python3 build.py --theme paper

Theme selection also works with hosted prefixes and offline ZIPs. See create and select themes for the theme directory contract.