☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

How do I manage the build plugin manually?

Last modified: December 4th, 2025

By default, CloudCannon injects the eleventy-plugin-cloudcannon package into your site. This keeps the plugin up to date and uses the latest templates to create the build information file.

If this is clashing with your build, you can manage this manually:

  1. Navigate to Site Settings / Build
  2. Check the box labelled Manage eleventy-plugin-cloudcannon manually.
  3. Click Update Configuration

Install and usage instructions are available on the repository page. Make sure to copy the templates from the installed package in order to create the build information file:

Bash
Copied to clipboard
cp -R node_modules/eleventy-plugin-cloudcannon/cloudcannon .

You should periodically check your plugin is up to date for bug fixes and new features.

Open in a new tab