sigildocs

(sigil publish pipeline)

(sigil publish pipeline) - Pipeline Construction and Execution

Pipelines are built using regular Scheme: function calls with keyword arguments and struct construction. No macros required.

Two-phase execution:

  1. Scan: Load sources, extract metadata, run assembly
  2. Render: For each item, load body, apply transforms, render via backend

Exports

pipelineprocedure

Construct a pipeline struct.

pipeline?procedure

Test if a value is a pipeline struct.

Get the title field of a pipeline struct.

Get the base-url field of a pipeline struct.

Get the sources field of a pipeline struct.

Get the assembly field of a pipeline struct.

Get the transforms field of a pipeline struct.

Get the theme field of a pipeline struct.

Get the backend field of a pipeline struct.