import { default } from "https://dotland.deno.dev/x/lume@v2.2.2/core/site.ts";
This is the heart of Lume, it contains everything needed to build the site
Constructors
Properties
Methods
Copy static files or directories without processing
Returns the full path to the dest directory. Use the arguments to return a subpath
Get the content of a file. Resolve the path if it's needed.
Register an assets loader for some extensions
Register a page loader for some extensions
Register a preprocessor for some extensions
Render a single page (used for on demand rendering)
Returns the full path to the root directory. Use the arguments to return a subpath
Define independent scopes to optimize the update process
Register a script or a function, so it can be executed with lume run
Returns the full path to the src directory. Use the arguments to return a subpath