From f57760d4d6c988826ac67d4cbe4216aad141372e Mon Sep 17 00:00:00 2001
From: Zach Leatherman <zachleatherman@gmail.com>
Date: Fri, 19 Aug 2022 11:04:46 -0500
Subject: [PATCH] Use eleventy.config.js instead of dot file eleventy

---
 .eleventy.js => eleventy.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename .eleventy.js => eleventy.config.js (98%)

diff --git a/.eleventy.js b/eleventy.config.js
similarity index 98%
rename from .eleventy.js
rename to eleventy.config.js
index 548fa97..e629b36 100644
--- a/.eleventy.js
+++ b/eleventy.config.js
@@ -4,7 +4,7 @@ const markdownItAnchor = require("markdown-it-anchor");
 const pluginRss = require("@11ty/eleventy-plugin-rss");
 const pluginSyntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");
 const pluginNavigation = require("@11ty/eleventy-navigation");
-const { EleventyI18nPlugin } = require("@11ty/eleventy");
+const { EleventyI18nPlugin, EleventyHtmlBasePlugin } = require("@11ty/eleventy");
 
 const languageStrings = require("./i18n.js");