chore: Add and remove 11ty plugins

- Add eleventy-plugin-webc
- Remove eleventy-upgrade-help
This commit is contained in:
sthag 2026-03-14 17:00:18 +01:00
parent 6520cdbcf0
commit 437c561847
3 changed files with 2267 additions and 2120 deletions

View file

@ -1,10 +1,12 @@
/* jshint strict: false */
import {HtmlBasePlugin} from "@11ty/eleventy";
import pluginWebc from "@11ty/eleventy-plugin-webc";
// noinspection JSUnusedGlobalSymbols
export default async function (eleventyConfig) {
eleventyConfig.addPlugin(HtmlBasePlugin);
eleventyConfig.addPlugin(pluginWebc);
eleventyConfig.setLiquidOptions({
// greedy: false,