import { Directory } from "https://deno.land/x/lume@v1.13.0/core/filesystem.ts";
A directory in the src folder
Methods
createDirectory(slug: string): Directory
Create a subdirectory and return it
setPage(name: string, page: Page)
Add a page to this directory
setStaticFile(file: StaticFile)
Add a static file to this directory
unsetPage(name: string)
Remove a page from this directory