import { Page } from "https://deno.land/x/lume@v1.19.1/core.ts";
A page of the site
Properties
The property _data is to store internal data, used by plugins, processors, etc to save arbitrary values
data: D
Used to save the page data
Methods
deprecated
updateDest(dest: Partial<Dest>): voidUpdate the destination file. It also update the data.url accordingly
Static Methods
create(url: string, content: Content): Page
Convenient way to create a page dynamically with a url and content