eleventy plugin cloudcannon::electric_plug:Eleventy插件可创建CloudCannon编辑器详细信息 源码
Eleventy插件CloudCannon 一个Eleventy(11ty)插件,用于创建编辑器详细信息。 安装 在可用。 npm install eleventy-plugin-cloudcannon --save 添加以下addPlugin调用你的module.exports在Eleventy配置文件功能( .eleventy.js默认情况下): const pluginCloudCannon = require("eleventy-plugin-cloudcannon"); module.exports = function (eleventyConfig) { eleventyConfig.addPlugin(pluginCloudCannon, options); }; 如果您为网站设置了自定义dir值,请将它们也传递给插件: const pluginCloudCan
用户评论