zachleat@zachleat.com’s Mastodon Archive

♻️ Reblog of Eleventy 🎈 v2.0.0 (eleventy@fosstodon.org)

Eleventy WebC v0.9.2 allows importing global components directly from npm:

eleventyConfig.addPlugin(pluginWebc, {
components: [
"npm:@11ty/is-land/*.webc",
"npm:@11ty/eleventy-plugin-syntaxhighlight/*.webc",
],
});

Read more: github.com/11ty/eleventy-plugi