import { type Format } from "https://deno.land/x/lume@v1.18.5/core.ts";
Properties
optional
pageLoader: LoaderThe file loader used for this format
optional
dataLoader: LoaderLoader for _data files in this format
optional
componentLoader: LoaderLoader for _components files in this format
optional
engines: Engine[]The template engines used to render this format Used to render the page and components
This is used to distinguish between pages that output html files (like index.njk -> index.html) and pages that output assets (like styles.css -> styles.css).