View Source Fermo.Build behaviour (Fermo v0.17.1)

Handles building the static site.

By default, the site is built in the './build' directory.

This path can be overridden via the :build_path setting in config.

Link to this section Summary

Link to this section Callbacks

@callback run(map()) :: {:ok, map()}

Link to this section Functions