import { default } from "https://dotland.deno.dev/x/lume@v2.3.3/core/source.ts";
Scan and load files from the source folder with the data, pages, assets and static files
Constructors
new
default(options: Options)Properties
Methods
addIgnoredPath(path: string)
addIgnoreFilter(filter: ScopeFilter)
addStaticPath(from: string, to?: string | ((path: string) => string))
build(...buildFilters: BuildFilter[]): Promise<[Page[], StaticFile[]]>