diff --git a/.gitignore b/.gitignore index 06d6fd83f3..e7b7a010e0 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 fb161bfb79..891c941026 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 018f28fa0e..953a388b8e 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 166a9dca86..fcb4b2a243 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],