Socket
Book a DemoInstallSign in
Socket

@11ty/eleventy-plugin-pug

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@11ty/eleventy-plugin-pug

The `pug` template language plugin for Eleventy v3 and newer.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

@11ty/eleventy-plugin-pug

Adds support for .pug files in Eleventy v3.0 and newer. Support for pug was moved out of core as part of Project Slipstream.

Installation

npm install @11ty/eleventy-plugin-pug

Add to your configuration file (ESM version shown):

import pugPlugin from "@11ty/eleventy-plugin-pug";

export default function (eleventyConfig) {
	eleventyConfig.addPlugin(pugPlugin);
}

Keywords

eleventy

FAQs

Package last updated on 26 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts