Eleventy plugin to automatically embed images hosted on Cloudinary.
Here is the minimal configuration:
const embedCloudinary = require('eleventy-plugin-embed-cloudinary');eleventyConfig.addPlugin(embedCloudinary, { apiKey: process.env.CLOUDINARY_API_KEY, apiSecret: process.env.CLOUDINARY_API_SECRET, cloudName: process.env.CLOUDINARY_CLOUD_NAME});
Configuration for this plugin.
Configure the plugin to work with your eleventy configuration.
This is the function exported by this plugin.
Configuration for eleventy.
Generated using TypeDoc
Eleventy plugin to automatically embed images hosted on Cloudinary.
Here is the minimal configuration: