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,
|
||||
|
|
|
|||
4383
package-lock.json
generated
4383
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -38,7 +38,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^3.1.2",
|
||||
"@11ty/eleventy-upgrade-help": "^3.0.2",
|
||||
"@11ty/eleventy-plugin-webc": "^0.11.2",
|
||||
"bootstrap-icons": "^1.13.1",
|
||||
"hippie-script": "git+https://quelltext.interaktionsweise.de/interaktionsweise/hippie-script.git",
|
||||
"jquery": "^3.7.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue