Skip to main content
Module

x/lume/plugins.ts

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

Functions

A plugin to register the filters "attrs" and "class", which allow to handle HTML attributes and class names easily

A plugin to prepend a base path to all internal URLs

A plugin to syntax-highlight code using the highlight.js library

A plugin to format Date values

Register the plugin to use Eta as a template engine

A plugin to transform images in Lume

A plugin to inline the HTML assets, like images, JavaScript, CSS, SVG, etc.

A plugin to add support for JSON files

Register the plugin to support JSX and TSX files

Register the plugin to add support for Liquid files

Register the plugin to support Markdown

A plugin to insert meta tags for SEO and social media

A plugin to modify all URLs found in the HTML documents

Register the plugin to load JavaScript/TypeScript modules

A plugin to use Netlify CMS in Lume easily

Register the plugin to use Nunjucks as a template engine

A plugin to generate pages on demand in the server side

Register the plugin to enable the paginate helper

A plugin to load all CSS files and process them using parcelCSS

A plugin to load all CSS files and process them using PostCSS

A plugin to syntax-highlight code using the prism library

Register the plugin to use Pug as a template engine

A plugin to convert all internal URLs to relative

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

A plugin to use SASS in Lume

Register the plugin to enable the search helpers

A plugin to slugify all URLs, replacing non-URL-safe characters

A plugin to load all SVG files and minify them using SVGO

A plugin to load all JavaScript files and minify them using Terser

A plugin to register the filters "url" and "htmlUrl" for normalizing URLs in the templates

A plugin to add support for YAML files