Skip to main content
Module

x/lume/core.ts>SiteOptions

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface SiteOptions
Re-export
import { type SiteOptions } from "https://deno.land/x/lume@v1.13.2/core.ts";

The options to configure the site build

Properties

cwd: string

The path of the current working directory

src: string

The path of the site source

dest: string

The path of the built destination

optional
emptyDest: boolean

Whether the empty folder should be emptied before the build

includes: string

The default includes path

dev: boolean

Set true to enable the dev mode

location: URL

The site location (used to generate final urls)

prettyUrls: boolean

Set true to generate pretty urls (/about-me/)

quiet: boolean

Set true to skip logs

The local server options

The local watcher options

components: ComponentsOptions

The components options