1.0.0 • Published 10 months ago

@11ty/eleventy-plugin-pug v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@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);
}