diff --git a/_cache/webmentions.json b/_cache/webmentions.json index 74bd243..0b93ff8 100644 --- a/_cache/webmentions.json +++ b/_cache/webmentions.json @@ -1,5 +1,5 @@ { - "lastFetched": "2024-11-29T17:34:54.231Z", + "lastFetched": "2024-11-29T17:59:55.958Z", "children": [ { "type": "entry", diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index 8d80b07..fb02723 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -20,34 +20,6 @@ "icon": "lucide-file", "title": "2024-11-29-rebuild" } - }, - { - "id": "0b979cb3b3ae51e5", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "blog/2024-09-08-time.md", - "mode": "source", - "source": false - }, - "icon": "lucide-file", - "title": "2024-09-08-time" - } - }, - { - "id": "fdb65c333ea9e85d", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "blog/2023-08-19-time-and-loss.md", - "mode": "source", - "source": false - }, - "icon": "lucide-file", - "title": "2023-08-19-time-and-loss" - } } ] } diff --git a/eleventy.config.js b/eleventy.config.js index 7828033..166a9dc 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -20,14 +20,13 @@ export default async function(eleventyConfig) { } }); + // Enable use of MarkdownIt footnotes let options = { html: true, breaks: true, linkify: true, }; - let markdownLib = markdownIt(options).use(markdownItFootnote); - eleventyConfig.setLibrary("md", markdownLib); // Copy the contents of the `public` folder to the output folder