removed plugins
This commit is contained in:
parent
0456f8478b
commit
c75c527aff
1 changed files with 2 additions and 6 deletions
|
|
@ -1,13 +1,9 @@
|
||||||
const pluginRss = require("@11ty/eleventy-plugin-rss");
|
|
||||||
const eleventyNavigationPlugin = require("@11ty/eleventy-navigation");
|
|
||||||
|
|
||||||
module.exports = function (config) {
|
module.exports = function (config) {
|
||||||
// Plug-ins
|
|
||||||
config.addPlugin(pluginRss);
|
|
||||||
config.addPlugin(eleventyNavigationPlugin);
|
|
||||||
// Layouts
|
// Layouts
|
||||||
config.addLayoutAlias("base", "base.njk");
|
config.addLayoutAlias("base", "base.njk");
|
||||||
config.addLayoutAlias("post", "post.njk");
|
config.addLayoutAlias("post", "post.njk");
|
||||||
|
config.addLayoutAlias("page", "page.njk");
|
||||||
// Base confirguration
|
// Base confirguration
|
||||||
return {
|
return {
|
||||||
dir: {
|
dir: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue