0.1.2 • Published 9 months ago

e11ty v0.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

e11ty

Shareable Eleventy configuration strap. The module acts as an interface, it exports various plugins that I maintain and use when leveraging 11ty.

Install

Install as a development dependency. Plugins will be exposed as named exports. Consult each sub-directory or install the plugins in isolation.

pnpm add e11ty -D

Usage

const { defineConfig, markdown, search, terser, fuse } = require('e11ty');

module.exports = defineConfig(function (eleventyConfig) {

  markdown(eleventyConfig, {});

  eleventyConfig.addPlugin(sprite, {});
  eleventyConfig.addPlugin(terser, {});
  eleventyConfig.addPlugin(search, {});

  return {};
});
0.1.0

10 months ago

0.1.2

9 months ago

0.1.1

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.5

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.3

1 year ago

0.0.4

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago