From c75c527aff84da2d1962ba34bb61386df0f71b5a Mon Sep 17 00:00:00 2001 From: Matt DeCamp Date: Wed, 1 Sep 2021 21:20:51 -0400 Subject: [PATCH] removed plugins --- .eleventy.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index fe9d991..94f61a8 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -1,13 +1,9 @@ -const pluginRss = require("@11ty/eleventy-plugin-rss"); -const eleventyNavigationPlugin = require("@11ty/eleventy-navigation"); - module.exports = function (config) { - // Plug-ins - config.addPlugin(pluginRss); - config.addPlugin(eleventyNavigationPlugin); + // Layouts config.addLayoutAlias("base", "base.njk"); config.addLayoutAlias("post", "post.njk"); + config.addLayoutAlias("page", "page.njk"); // Base confirguration return { dir: {