Pudu programming language
Menu
API reference

Std.Site.Options

1 declaration

type

Options: Std.Http.Method

How a site is built.

output is where the build writes; publicDirectory holds files copied as they are (stylesheets, images, fonts), or is empty for none; workers is how many pages render at once; fallback names the function a request no page answers is sent to, on a host that runs one; routes are the rules applied before pages are looked for.

Back to Std.SiteSearch related declarations