add comment

This commit is contained in:
Kathleen Fitzpatrick
2024-11-29 13:00:16 -05:00
parent 3189c29117
commit 77a2589fe9
3 changed files with 2 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
{
"lastFetched": "2024-11-29T17:34:54.231Z",
"lastFetched": "2024-11-29T17:59:55.958Z",
"children": [
{
"type": "entry",

View File

@@ -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"
}
}
]
}

View File

@@ -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