import { Page } from "https://deno.land/x/lume@v1.17.5/core/filesystem.ts";
A page of the site
Constructors
new
Page(src?: Partial<Src>)Properties
The property _data is to store internal data, used by plugins, processors, etc to save arbitrary values
content: Content | undefined
The content of this page
data: PageData
Used to save the page data
deprecated
readonly
dest: Destdocument: HTMLDocument | undefined
The parsed HTML code from the content
src: Src
The src info
Methods
deprecated
updateDest(dest: Partial<Dest>): voidUpdate the destination file. It also update the data.url accordingly