Astral.Site (Astral v0.1.0)

Copy Markdown View Source

A discovered Astral site ready to render.

Summary

Types

layouts()

@type layouts() :: %{required(String.t()) => String.t()}

t()

@type t() :: %Astral.Site{
  config: Astral.Config.t(),
  layouts: layouts(),
  mode: :build | :dev,
  pages: [Astral.Page.t()]
}