Uninstall WebC plug-in
This commit is contained in:
parent
eed4f5af94
commit
a526b7e56a
|
@ -1,6 +1,5 @@
|
|||
// Installed Plug-ins
|
||||
const { EleventyRenderPlugin } = require("@11ty/eleventy");
|
||||
const pluginWebc = require("@11ty/eleventy-plugin-webc");
|
||||
const pluginRss = require("@11ty/eleventy-plugin-rss");
|
||||
const metagen = require('eleventy-plugin-metagen');
|
||||
const pluginTOC = require('eleventy-plugin-nesting-toc');
|
||||
|
@ -37,9 +36,6 @@ module.exports = function (eleventyConfig) {
|
|||
|
||||
// Installed Plug-ins
|
||||
eleventyConfig.addPlugin(EleventyRenderPlugin);
|
||||
eleventyConfig.addPlugin(pluginWebc, {
|
||||
components: "./src/_includes/**/*.webc",
|
||||
});
|
||||
eleventyConfig.addPlugin(pluginRss);
|
||||
eleventyConfig.addPlugin(metagen);
|
||||
eleventyConfig.addPlugin(pluginTOC, { tags: ['h2', 'h3', 'h4', 'h5'] });
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"dependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
||||
"@11ty/eleventy-plugin-webc": "^0.11.2",
|
||||
"@11tyrocks/eleventy-plugin-emoji-readtime": "^1.0.1",
|
||||
"eleventy-plugin-metagen": "^1.8.3",
|
||||
"eleventy-plugin-nesting-toc": "^1.3.0",
|
||||
|
|
Loading…
Reference in New Issue