1.0.0 • Published 10 months ago
@11ty/eleventy-plugin-pug v1.0.0
@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.
- 11ty Docs https://www.11ty.dev/docs/languages/pug/
pug
package: https://pugjs.org/
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);
}
1.0.0
10 months ago
1.0.0-alpha.1
12 months ago