Skip to main content
Module

x/sitemap/mod.ts

Deno CLI to create a sitemap from build output
Latest
import * as sitemap from "https://deno.land/x/sitemap@v1.2.0/mod.ts";

Functions

Generates a sitemap for a given base URL and directory, and returns it as a sitemap object.

Generates a sitemap for a given base URL and directory, and converts it to an XML string.

Converts a sitemap to XML.

Interfaces

An object representing an entry in a sitemap

Options for generating a sitemap.

Type Aliases

An object representing a sitemap