From fb36be5b9d632db8a21471886ccbd98461f3da09 Mon Sep 17 00:00:00 2001 From: Kathleen Fitzpatrick <3170201+kfitz@users.noreply.github.com> Date: Sun, 8 Dec 2024 11:39:09 -0600 Subject: [PATCH] remove png --- .gitignore | 1 + _cache/webmentions.json | 2 +- content/.obsidian/workspace.json | 2 +- eleventy.config.js | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 06d6fd8..e7b7a01 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ package-lock.json .env .nova .obsidian/ +content/.obsidian/ diff --git a/_cache/webmentions.json b/_cache/webmentions.json index fb161bf..891c941 100644 --- a/_cache/webmentions.json +++ b/_cache/webmentions.json @@ -1,5 +1,5 @@ { - "lastFetched": "2024-12-08T17:03:30.037Z", + "lastFetched": "2024-12-08T17:38:46.126Z", "children": [ { "type": "entry", diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index 018f28f..953a388 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -163,7 +163,7 @@ "vscode-editor:Create Code File": false } }, - "active": "6bf9b4c0dd8b4ce0", + "active": "c8dd824f34510222", "lastOpenFiles": [ "blog/2023-11-30-lecture.md", "blog/2024-11-30-defeat.md", diff --git a/eleventy.config.js b/eleventy.config.js index 166a9dc..fcb4b2a 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -103,7 +103,7 @@ export default async function(eleventyConfig) { extensions: "html", // Output formats for each image. - formats: ["jpeg", "png", "webp"], + formats: ["jpeg", "webp"], widths: ["auto", 400, 600],