turned off lazy loading, refactored js, image tweaks, css tweaks, be-your-own rennovation

This commit is contained in:
Spencer Flagg
2022-09-29 12:44:18 +02:00
parent a2539bd2ae
commit c3c4d9d12a
44 changed files with 953 additions and 479 deletions

View File

@@ -19,10 +19,10 @@ module.exports = function (eleventyConfig) {
//plugins
eleventyConfig.addPlugin(eleventySass);
eleventyConfig.addPlugin(lazyImagesPlugin, {
imgSelector: 'img:not(.unlazy)', // custom image selector
//cacheFile: '', // don't cache results to a file
});
// eleventyConfig.addPlugin(lazyImagesPlugin, {
// imgSelector: 'img:not(.unlazy)', // custom image selector
// //cacheFile: '', // don't cache results to a file
// });
return {
dir: { input: "src", output: "_site", data: "_data" },