Skip to main content
Module

x/lume/plugins/pagefind.ts>IndexingOptions

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface IndexingOptions
import { type IndexingOptions } from "https://deno.land/x/lume@v1.15.2/plugins/pagefind.ts";

Properties

bundleDirectory: string

The folder to output search files into, relative to source.

rootSelector: string

The element that Pagefind should treat as the root of the document.

glob: string

Configures the glob used by Pagefind to discover HTML files.

forceLanguage: string | false

Ignores any detected languages and creates a single index for the entire site as the provided language.

verbose: boolean

Prints extra logging while indexing the site.

excludeSelectors: string[]

Extra element selectors that Pagefind should ignore when indexing