Install Eleventy Navigation plugin

This commit is contained in:
Helen Chong
2024-04-21 00:27:12 +08:00
parent 238ff16adf
commit b62c559968
3 changed files with 3 additions and 0 deletions
BIN
View File
Binary file not shown.
+2
View File
@@ -1,6 +1,7 @@
// Installed Plug-ins
const { EleventyRenderPlugin } = require("@11ty/eleventy");
const pluginRss = require("@11ty/eleventy-plugin-rss");
const eleventyNavigationPlugin = require("@11ty/eleventy-navigation");
const metagen = require('eleventy-plugin-metagen');
const emojiReadTime = require("@11tyrocks/eleventy-plugin-emoji-readtime");
const embedEverything = require("eleventy-plugin-embed-everything");
@@ -15,6 +16,7 @@ module.exports = function(eleventyConfig) {
// Installed Plug-ins
eleventyConfig.addPlugin(EleventyRenderPlugin);
eleventyConfig.addPlugin(pluginRss);
eleventyConfig.addPlugin(eleventyNavigationPlugin);
eleventyConfig.addPlugin(metagen);
eleventyConfig.addPlugin(emojiReadTime);
eleventyConfig.addPlugin(embedEverything, {
+1
View File
@@ -15,6 +15,7 @@
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11tyrocks/eleventy-plugin-emoji-readtime": "^1.0.1",
"eleventy-plugin-embed-everything": "^1.18.2",