Skip to main content
Module

x/lume/plugins/resolve_urls.ts

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
import * as lume from "https://deno.land/x/lume@v1.15.2/plugins/resolve_urls.ts";

Functions

A plugin to convert links to source files to the final page

Split the filename and the extra content (query or hash) from a path Example: "/foo.md?hello=world" => ["/foo.md", "?hello=world"] Example: "/foo.md#hello=world" => ["/foo.md", "#hello=world"]