import * as bob from "https://deno.land/x/bob@v2.8.1/domain.ts";
Enums
Type of content in question. |
Type Aliases
Main | |
Options needed to build the site. | |
Stats from the build. | |
Represents a change in the content or layout files. | |
Change types available | |
Component type to be used for all TSX components, both layouts and standalone. | |
Parsed representation of something in the | |
Get content based on a particular location. | |
Context for rendering a specific page. | |
Checks whether a content file should be considered "dirty", i.e. should be rendered. | |
Create a "dirty" checker. | |
An | |
Creates elements from transpiled JSX calls. This is equivalent to | |
Render an | |
Creates a renderer. | |
T File | Read (but not parsed) representation of something in the |
Read file specified by a | |
Create a file walker from an array of dirty checkers. | |
T Html | |
Load the layout | |
Location of the content in different places. | |
Write page to disk. | |
T Page | Something that should be rendered into an HTML page. |
File that should be parsed and rendered into HTML. | |
Get an array of the pages wanted by a layout or a content page. | |
Parse a page file into a page. | |
Component properties. | |
Render page into something that can be written to disk (i.e. HTML string). | |
Something that should just be copied to the | |
File that should be copied into the | |
Write static file to disk. | |
Get |