From 20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 20 Oct 2024 00:50:13 -0600 Subject: salvage two percent of my chosts --- eleventy.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eleventy.config.js') diff --git a/eleventy.config.js b/eleventy.config.js index f187c91..3d8999f 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -1,10 +1,13 @@ -import { InputPathToUrlTransformPlugin } from "@11ty/eleventy"; +import { EleventyRenderPlugin, InputPathToUrlTransformPlugin } from "@11ty/eleventy"; import pluginRss from "@11ty/eleventy-plugin-rss"; import syntaxHighlight from "@11ty/eleventy-plugin-syntaxhighlight"; +import pluginWebc from "@11ty/eleventy-plugin-webc"; import anchor from "markdown-it-anchor"; export default function (eleventyConfig) { + eleventyConfig.addPlugin(EleventyRenderPlugin); eleventyConfig.addPlugin(InputPathToUrlTransformPlugin); + eleventyConfig.addPlugin(pluginWebc); eleventyConfig.addPlugin(syntaxHighlight, { errorOnInvalidLanguage: true, -- cgit v1.2.3