Skip to main content
Module

x/lume/core/source.ts>Options

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface Options
import { type Options } from "https://deno.land/x/lume@v1.17.4/core/source.ts";

Properties

formats: Formats
dataLoader: DataLoader
componentLoader: ComponentLoader
scopedData: Map<string, Data>
fs: FS
prettyUrls: boolean
components: { variable: string; cssFile: string; jsFile: string; }