Skip to main content
Module

x/lume/plugins/slugify_urls.ts>Options

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

Properties

extensions: string[]

The list of extensions this plugin applies to

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