chore: Add and remove 11ty plugins
- Add eleventy-plugin-webc - Remove eleventy-upgrade-help
This commit is contained in:
parent
6520cdbcf0
commit
437c561847
3 changed files with 2267 additions and 2120 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue