0.1.2 • Published 10 months ago

e11ty v0.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 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

11 months ago

0.1.2

10 months ago

0.1.1

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.5

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.3

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago