cd /path/to/arachnopress
make build

# Override only the settings required for this build.
make build SITE_TITLE="Example Site" DEFAULT_THEME=solarized-light

# Use a fixed theme and omit the automatic mode control.
make build DEFAULT_THEME=solarized-light DEFAULT_THEME_AUTO=false

# Omit the Theme selector.
make build DEFAULT_THEME_SELECTOR=false

# Generate one HTML file per article.
make build SITE_MODE=multi-page

# Exclude unlisted articles.
make build SITE_MODE_UNLISTED=false
