Skip to main content
Website Boilerplate

Plugins

This section covers the internal design and applied recipes for the three Eleventy plugins the preset bundles. It stays on the "why we built it this way" and "how it actually runs" side; day-to-day writing conventions live in Preset Conventions.

The three plugins

Each of these is installable on its own; the preset just composes them.

API reference and extending

  • Options and exported functions per plugin are in the corresponding package README.
  • To add another Eleventy plugin (RSS, syntax highlight, …) on top of the preset, pass an extend function to preset() and call eleventyConfig.addPlugin. See the @tuqulore-inc/eleventy-preset README for details.