diff --git a/eleventy.config.js b/eleventy.config.js index b381ea1..0e89220 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -1,5 +1,4 @@ import { DateTime } from "luxon"; -import { eleventyImageTransformPlugin } from "@11ty/eleventy-img"; import markdownIt from "markdown-it"; import markdownItFootnote from "markdown-it-footnote"; import markdownItAnchor from "markdown-it-anchor"; @@ -37,17 +36,6 @@ export default async function(eleventyConfig) { eleventyConfig.addWatchTarget("content/**/*.{svg,webp,png,jpeg}"); // Official plugins - /* - eleventyConfig.addPlugin(eleventyImageTransformPlugin, { - extensions: "html", - formats: ["webp"], - widths: [270,540,810,1080], - defaultAttributes: { - loading: "lazy", - decoding: "async", - }, - urlPath: "/img/", - });*/ eleventyConfig.addPlugin(pluginRss); eleventyConfig.addPlugin(pluginSyntaxHighlight, { preAttributes: { tabindex: 0 } @@ -130,15 +118,8 @@ export default async function(eleventyConfig) { }); // Passthrough - eleventyConfig.addPassthroughCopy({ 'public/xsl/*': "/xsl/" }); - eleventyConfig.addPassthroughCopy({ 'public/img/*': "/img/" }); - eleventyConfig.addPassthroughCopy({ 'public/robots.txt': "/" }); - eleventyConfig.addPassthroughCopy({ 'public/js/*': "/js/" }); - eleventyConfig.addPassthroughCopy({ 'public/js/webComponents/*': "/js/webComponents" }); - eleventyConfig.addPassthroughCopy({ 'public/js/modules/*': "/js/modules" }); - // Copying so that basic.xsl can use it - eleventyConfig.addPassthroughCopy({ 'public/css/index.css': "/css/index.css" }); - eleventyConfig.addPassthroughCopy({ 'public/css/webfonts/*': "/css/webfonts/" }); + + eleventyConfig.addPassthroughCopy({ './public/': "/" }); // Get the first `n` elements of a collection. eleventyConfig.addFilter("head", (array, n) => { diff --git a/public/img/cedar_frank_copy.webp b/public/img/cedar_frank_copy.webp new file mode 100644 index 0000000..5504d65 Binary files /dev/null and b/public/img/cedar_frank_copy.webp differ diff --git a/public/img/incense_seal_copy.webp b/public/img/incense_seal_copy.webp new file mode 100644 index 0000000..4512254 Binary files /dev/null and b/public/img/incense_seal_copy.webp differ diff --git a/public/img/logo_favicon.svg.2024_08_06_11_23_44.0.svg b/public/img/logo_favicon.svg.2024_08_06_11_23_44.0.svg new file mode 100644 index 0000000..8816396 --- /dev/null +++ b/public/img/logo_favicon.svg.2024_08_06_11_23_44.0.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + diff --git a/public/img/pexels-ds-stories-9228363_copy.webp b/public/img/pexels-ds-stories-9228363_copy.webp new file mode 100644 index 0000000..d577498 Binary files /dev/null and b/public/img/pexels-ds-stories-9228363_copy.webp differ diff --git a/public/img/rms.jpg b/public/img/rms.jpg new file mode 100644 index 0000000..db7e189 Binary files /dev/null and b/public/img/rms.jpg differ diff --git a/public/img/scribus_copy.webp b/public/img/scribus_copy.webp new file mode 100644 index 0000000..c652a64 Binary files /dev/null and b/public/img/scribus_copy.webp differ diff --git a/public/img/sidePanel/Scriptinator_copy.avif b/public/img/sidePanel/Scriptinator_copy.avif new file mode 100644 index 0000000..9978abb Binary files /dev/null and b/public/img/sidePanel/Scriptinator_copy.avif differ diff --git a/public/img/sidePanel/getWidgets_copy.avif b/public/img/sidePanel/getWidgets_copy.avif new file mode 100644 index 0000000..b48506a Binary files /dev/null and b/public/img/sidePanel/getWidgets_copy.avif differ diff --git a/public/img/sidePanel/panelSettings_copy.avif b/public/img/sidePanel/panelSettings_copy.avif new file mode 100644 index 0000000..78b07c2 Binary files /dev/null and b/public/img/sidePanel/panelSettings_copy.avif differ diff --git a/public/img/sidePanel/printIDs_copy.avif b/public/img/sidePanel/printIDs_copy.avif new file mode 100644 index 0000000..e096633 Binary files /dev/null and b/public/img/sidePanel/printIDs_copy.avif differ diff --git a/public/img/sidePanel/printIDs_copy.avif~ b/public/img/sidePanel/printIDs_copy.avif~ new file mode 100644 index 0000000..d683fa6 Binary files /dev/null and b/public/img/sidePanel/printIDs_copy.avif~ differ diff --git a/public/img/sidePanel/sidePanel_copy.avif b/public/img/sidePanel/sidePanel_copy.avif new file mode 100644 index 0000000..5a9112b Binary files /dev/null and b/public/img/sidePanel/sidePanel_copy.avif differ