Skip to content

Commit

Permalink
Upgraded 11ty to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattl committed Oct 30, 2024
1 parent 22457a5 commit b9f48cf
Show file tree
Hide file tree
Showing 5 changed files with 10,554 additions and 7,407 deletions.
9 changes: 9 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
require("dotenv").config();

// const UpgradeHelper = require("@11ty/eleventy-upgrade-help");

//export default function (eleventyConfig) {
// If you have other `addPlugin` calls, it’s important that UpgradeHelper is added last.
//eleventyConfig.addPlugin(UpgradeHelper);
//};

// const cleanCSS = require("clean-css");
const fs = require("fs");
const pluginRSS = require("@11ty/eleventy-plugin-rss");
Expand Down Expand Up @@ -27,6 +34,8 @@ module.exports = function(config) {

// Assist RSS feed template
config.addPlugin(pluginRSS);

// config.addPlugin(UpgradeHelper);

// Apply performance attributes to images
//config.addPlugin(lazyImages, {
Expand Down
Binary file modified .yarn/install-state.gz
Binary file not shown.
Loading

0 comments on commit b9f48cf

Please sign in to comment.