Skip to main content
Module

x/lume/core/slugifier.ts>Options

🔥 Static site generator for Deno 🦕
Extremely Popular
Go to Latest
interface Options
import { type Options } from "https://deno.land/x/lume@v1.19.4/core/slugifier.ts";

Properties

lowercase: boolean

Convert the paths to lower case

alphanumeric: boolean

Remove all non-alphanumeric characters

separator: string

Character used as word separator

replace: { [index: string]: string; }

Characters to replace

stopWords: string[]

Words to remove