Astral.Builder (Astral v0.1.0)

Copy Markdown View Source

Builds static Astral sites.

The first milestone supports plain HTML pages, an optional single layout, a public directory copied as-is, and an optional Volt asset entry.

Summary

Functions

Build a static site from keyword options.

Functions

build(opts \\ [])

@spec build(keyword() | Astral.Config.t()) ::
  {:ok, Astral.BuildResult.t()} | {:error, term()}

Build a static site from keyword options.